From a0f4427c566a1f0305d3d83b63bb337a2369f57f Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 6 Jul 2019 22:26:48 +0200 Subject: [PATCH] install_postfix_advanced.sh: fix script output. --- install_postfix_advanced.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install_postfix_advanced.sh b/install_postfix_advanced.sh index a8e78d3..6051f8b 100755 --- a/install_postfix_advanced.sh +++ b/install_postfix_advanced.sh @@ -630,6 +630,8 @@ EOF if $_failed ; then echo_failed error "$(cat $tmp_err_msg)" + else + echo_ok fi