added password reset for WSL
This commit is contained in:
parent
369bcae9bc
commit
c4f3d63927
7
login.sh
7
login.sh
@ -17,9 +17,12 @@ elif [ "$LOGIN" = "20" ]
|
|||||||
echo ""
|
echo ""
|
||||||
if [ "$MAC" = "true" ]
|
if [ "$MAC" = "true" ]
|
||||||
then
|
then
|
||||||
open https://www.bankofmaldives.com.mv/internetbanking/forgot_password
|
open https://www.bankofmaldives.com.mv/internetbanking/forgot_password
|
||||||
|
elif [ "$WSL" = "true" ]
|
||||||
|
then
|
||||||
|
cmd.exe /C START https://www.bankofmaldives.com.mv/internetbanking/forgot_password
|
||||||
else
|
else
|
||||||
xdg-open https://www.bankofmaldives.com.mv/internetbanking/forgot_password
|
xdg-open https://www.bankofmaldives.com.mv/internetbanking/forgot_password
|
||||||
fi
|
fi
|
||||||
source readpass.sh
|
source readpass.sh
|
||||||
elif [ "$LOGIN" = "2" ]
|
elif [ "$LOGIN" = "2" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user