"If" statement syntax error in line 30 change From: `if [[ "$t2Check" == "1" ]] then` to `if [[ "$t2Check" == "1" ]]; then`