Bob Mottram 8 anni fa
parent
commit
5d9b8db783
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/freedombone-pass

+ 1
- 1
src/freedombone-pass Vedi File

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