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