From 31fba0d5e66a43dd760d1cee7c416d922226ec57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Peters?= Date: Wed, 16 Jan 2019 10:50:06 +0100 Subject: [PATCH] Update update.sh --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index d06fbeca..656c809f 100755 --- a/update.sh +++ b/update.sh @@ -206,7 +206,7 @@ for option in ${CONFIG_ARRAY[@]}; do elif [[ ${option} == "ACL_ANYONE" ]]; then if ! grep -q ${option} mailcow.conf; then echo "Adding new option \"${option}\" to mailcow.conf" - echo '# Set this to allow to enable the anyone pseudo user. Disabled by default. + echo '# Set this to "allow" to enable the anyone pseudo user. Disabled by default. ' >> mailcow.conf echo '# When enabled, ACL can be created, that apply to "All authenticated users" ' >> mailcow.conf