Stray character
This commit is contained in:
parent
d300d22f89
commit
9342341e47
|
@ -91,7 +91,7 @@ if [ ! -f /etc/dovecot/passwd-file ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Add a user password
|
# 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
|
echo "$USERNAME:{plain}::::::nopassword" >> /etc/dovecot/passwd-file
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue