From ef5295fd23b8b940740791ef4a674e0f8f872b3d Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Fri, 14 May 2021 02:33:56 +0500 Subject: [PATCH] help with troubleshooting --- bml-tg-notify.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bml-tg-notify.sh b/bml-tg-notify.sh index 37d6a17..b9d2108 100755 --- a/bml-tg-notify.sh +++ b/bml-tg-notify.sh @@ -18,8 +18,8 @@ then else # if login failed echo 'Something went wrong..' 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 in correct, Please check .env to see if theyre entered correctly' + echo '"Code: 2" means your username or password is incorrect, 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 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'