test.sh: if [ $1 = "brazil1" ] then echo "host $1" else if [ $1 = "brazil2" ] then echo "host $1" else echo $1 not valid exit 1 fi
./test.sh brazil1
./test.sh: line 12: syntax error: unexpected end of file