install_postfix_advanced.sh: fix script output.

This commit is contained in:
Christoph 2019-07-06 22:26:48 +02:00
parent 21153234b1
commit a0f4427c56

View File

@ -630,6 +630,8 @@ EOF
if $_failed ; then
echo_failed
error "$(cat $tmp_err_msg)"
else
echo_ok
fi