install_update_dovecot.sh: Fix error at 'Renew file sql-dict.conf.ext./install_update_dovecot.sh' .
This commit is contained in:
parent
08b108610d
commit
130a49bb39
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user