Você precisa encerrar todas as instruções if
com fi
, como
if [ "$i" = "Tyler" ]
then
read -p "Hello Tyler. Please enter you password now:" b
if [ "$b" = "1234567890" ]
then
echo "You really are Tyler!! Prove it again!!"
su
else
echo "WRONG ANSWER!!"
fi
fi