From e48b35bdd1fd2db2e283ba5e533aa74d9008f9e5 Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 8 Dec 2023 18:09:12 +0100 Subject: [PATCH] install_amavis.sh: fix error on data input. --- install_amavis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_amavis.sh b/install_amavis.sh index 81d6001..f476934 100755 --- a/install_amavis.sh +++ b/install_amavis.sh @@ -344,7 +344,7 @@ echo -e "\033[32m--\033[m" echo "" echo "Should this mail server support Cyrus SASL authentication?" echo "" -while [[ "$SASL_AUTH_ENABLED" != "yes" && "$SASL_AUTH_ENABLED" != "yes" ]];do +while [[ "$SASL_AUTH_ENABLED" != "yes" && "$SASL_AUTH_ENABLED" != "no" ]];do if [[ -n "$_SASL_AUTH_ENABLED" ]]; then echononl "Support Cyrus SASL authentication [${_SASL_AUTH_ENABLED}]: "