mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-31 08:04:46 +02:00
Streamline 'printf' usage and consequently use a format string (#2564)
This commit is contained in:
parent
18acd7860b
commit
2977cb6962
3 changed files with 10 additions and 10 deletions
|
@ -155,7 +155,7 @@ function _setup_dovecot
|
|||
|
||||
if ! grep -q -E '^stats_writer_socket_path=' /etc/dovecot/dovecot.conf
|
||||
then
|
||||
printf '\nstats_writer_socket_path=\n' >>/etc/dovecot/dovecot.conf
|
||||
printf '\n%s\n' 'stats_writer_socket_path=' >>/etc/dovecot/dovecot.conf
|
||||
fi
|
||||
|
||||
# set mail_location according to mailbox format
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue