Stray character
This commit is contained in:
parent
d300d22f89
commit
9342341e47
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue