Stray character

This commit is contained in:
Bob Mottram 2015-06-17 21:45:43 +01:00
parent d300d22f89
commit 9342341e47
1 changed files with 1 additions and 1 deletions

View File

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