Notify when loggin in with saved pass
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
if [ -f $CREDENTIALS ]
|
||||
then
|
||||
source $CREDENTIALS
|
||||
echo "Attempting to login with saved credentials"
|
||||
if [ "$LOGIN" = "2" ]
|
||||
then
|
||||
echo "${red}Login Required${reset}"
|
||||
|
Reference in New Issue
Block a user