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