Bob Mottram 8 lat temu
rodzic
commit
5d9b8db783
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/freedombone-pass

+ 1
- 1
src/freedombone-pass Wyświetl plik

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