fix space []
This commit is contained in:
parent
cbcd76111f
commit
f416ca56e5
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user