From 13b8f73dd0758faa27de8f5ccc94478bf9c251f3 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Fri, 30 Apr 2021 12:55:36 +0500 Subject: [PATCH] Notify when loggin in with saved pass --- readpass.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/readpass.sh b/readpass.sh index 4166da6..3a520e0 100644 --- a/readpass.sh +++ b/readpass.sh @@ -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}"