help with troubleshooting

This commit is contained in:
Shihaam Abdul Rahman 2021-05-14 02:33:56 +05:00
parent 236729b0b6
commit ef5295fd23

View File

@ -18,8 +18,8 @@ then
else # if login failed else # if login failed
echo 'Something went wrong..' echo 'Something went wrong..'
echo "" echo ""
echo '"Code: 20" means your account locked, Please set password from "https://www.bankofmaldives.com.mv/internetbanking/forgot_password"' echo '"Code: 2" means your username or password is incorrect, Please check .env to see if theyre entered correctly'
echo '"Code: 2" means your username or password is in correct, Please check .env to see if theyre entered correctly' echo '"Code: 20" means your account is locked, Please reset password from "https://www.bankofmaldives.com.mv/internetbanking/forgot_password"'
echo "" echo ""
echo Code: $LOGIN # show error code echo Code: $LOGIN # show error code
echo 'Run "curl https://www.bankofmaldives.com.mv/" and see if you get "Error code 1020", if you do this means your IP blocked' echo 'Run "curl https://www.bankofmaldives.com.mv/" and see if you get "Error code 1020", if you do this means your IP blocked'