Added -f flag to chmod command to suppress error when no sieve-pipe scripts exist

This commit is contained in:
Torben Weibert 2020-01-21 22:18:00 +01:00
parent 70d87f5119
commit ca16307729
1 changed files with 1 additions and 1 deletions

View File

@ -630,7 +630,7 @@ function _setup_dovecot() {
fi
chown docker:docker -R /usr/lib/dovecot/sieve*
chmod 550 -R /usr/lib/dovecot/sieve*
chmod +x /usr/lib/dovecot/sieve-pipe/*
chmod -f +x /usr/lib/dovecot/sieve-pipe/*
}
function _setup_dovecot_local_user() {