This commit is contained in:
Bob Mottram 2016-11-19 13:35:54 +00:00
parent 4acc1d9612
commit 5d9b8db783
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ if [ ! $CURR_APP ]; then
exit 3
fi
if [ {#CURR_PASSWORD} -eq 0 ]; then
if [ ${#CURR_PASSWORD} -eq 0 ]; then
# retrieve password
if [ ! -f ~/.passwords/$CURR_USER/$CURR_APP ]; then
echo ""