Browse Source

Stray character

Bob Mottram 9 years ago
parent
commit
9342341e47
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-clientcert

+ 1
- 1
src/freedombone-clientcert View File

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