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
 fi
91
 fi
92
 
92
 
93
 # Add a user password
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
   echo "$USERNAME:{plain}::::::nopassword" >> /etc/dovecot/passwd-file
95
   echo "$USERNAME:{plain}::::::nopassword" >> /etc/dovecot/passwd-file
96
 fi
96
 fi
97
 
97