Added pass reset on android
This commit is contained in:
parent
f6ff6cab57
commit
88acfe3f9b
10
login.sh
10
login.sh
@ -17,12 +17,15 @@ elif [ "$LOGIN" = "20" ]
|
|||||||
echo ""
|
echo ""
|
||||||
if [ "$MAC" = "true" ]
|
if [ "$MAC" = "true" ]
|
||||||
then
|
then
|
||||||
open https://www.bankofmaldives.com.mv/internetbanking/forgot_password
|
open $BML_RESETPASS
|
||||||
elif [ "$WSL" = "true" ]
|
elif [ "$WSL" = "true" ]
|
||||||
then
|
then
|
||||||
cmd.exe /C START https://www.bankofmaldives.com.mv/internetbanking/forgot_password
|
cmd.exe /C START $BML_RESETPASS
|
||||||
|
elif [ "$ANDROID" = "true" ]
|
||||||
|
then
|
||||||
|
am start -a android.intent.action.VIEW -d $BML_RESETPASS
|
||||||
else
|
else
|
||||||
xdg-open https://www.bankofmaldives.com.mv/internetbanking/forgot_password
|
xdg-open $BML_RESETPASS
|
||||||
fi
|
fi
|
||||||
source readpass.sh
|
source readpass.sh
|
||||||
elif [ "$LOGIN" = "2" ]
|
elif [ "$LOGIN" = "2" ]
|
||||||
@ -33,4 +36,3 @@ else
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user