Bläddra i källkod

Stray character

Bob Mottram 10 år sedan
förälder
incheckning
9342341e47
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      src/freedombone-clientcert

+ 1
- 1
src/freedombone-clientcert Visa fil

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