Notify when loggin in with saved pass
This commit is contained in:
parent
d13c7dd70c
commit
13b8f73dd0
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user