Dollar
This commit is contained in:
parent
4acc1d9612
commit
5d9b8db783
|
@ -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 ""
|
||||
|
|
Loading…
Reference in New Issue