Bob Mottram пре 10 година
родитељ
комит
9342341e47
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      src/freedombone-clientcert

+ 1
- 1
src/freedombone-clientcert Прегледај датотеку

@@ -91,7 +91,7 @@ if [ ! -f /etc/dovecot/passwd-file ]; then
91 91
 fi
92 92
 
93 93
 # Add a user password
94
-if ! grep -q "$USERNAME:{plain}" $/etc/dovecot/passwd-file; then
94
+if ! grep -q "$USERNAME:{plain}" /etc/dovecot/passwd-file; then
95 95
   echo "$USERNAME:{plain}::::::nopassword" >> /etc/dovecot/passwd-file
96 96
 fi
97 97