fix space []

This commit is contained in:
Shihaam Abdul Rahman 2021-05-14 18:27:05 +05:00
parent cbcd76111f
commit f416ca56e5

View File

@ -24,7 +24,7 @@ then
echo 'Your account is locked!' echo 'Your account is locked!'
echo 'Reset password from "https://www.bankofmaldives.com.mv/internetbanking/forgot_password"' echo 'Reset password from "https://www.bankofmaldives.com.mv/internetbanking/forgot_password"'
: :
elif ["$LOGIN" = ""] elif [ "$LOGIN" = "" ]
then then
if [ $(curl -s https://www.bankofmaldives.com.mv/) = "error code: 1020" ] if [ $(curl -s https://www.bankofmaldives.com.mv/) = "error code: 1020" ]
then then