install_update_dovecot.sh: Fix error at 'Renew file sql-dict.conf.ext./install_update_dovecot.sh' .

This commit is contained in:
Christoph 2021-03-09 14:04:02 +01:00
parent 08b108610d
commit 130a49bb39

View File

@ -4016,7 +4016,7 @@ EOF
if [[ "$?" -gt 0 ]]; then if [[ "$?" -gt 0 ]]; then
_failed=true _failed=true
fi fi
if !_failed ; then if ! $_failed ; then
echo -e "$rc_done" echo -e "$rc_done"
else else
echo -e "$rc_failed" echo -e "$rc_failed"