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}"