From 130a49bb39027a4f6c7b08e4807a427584dd3076 Mon Sep 17 00:00:00 2001 From: Christoph Date: Tue, 9 Mar 2021 14:04:02 +0100 Subject: [PATCH] install_update_dovecot.sh: Fix error at 'Renew file sql-dict.conf.ext./install_update_dovecot.sh' . --- install_update_dovecot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_update_dovecot.sh b/install_update_dovecot.sh index 6606928..a78aa27 100755 --- a/install_update_dovecot.sh +++ b/install_update_dovecot.sh @@ -4016,7 +4016,7 @@ EOF if [[ "$?" -gt 0 ]]; then _failed=true fi - if !_failed ; then + if ! $_failed ; then echo -e "$rc_done" else echo -e "$rc_failed"