From efb2121c5e4a24578326d2e0ecf4703b810e7e4b Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 3 Nov 2017 13:47:43 +0100 Subject: [PATCH] Fix another error on script 'get_mail_domains.sh'. --- get_mail_domains.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_mail_domains.sh b/get_mail_domains.sh index 3001fb2..591cb2a 100755 --- a/get_mail_domains.sh +++ b/get_mail_domains.sh @@ -134,7 +134,7 @@ fi echo "" echononl " Collect supported domains at this server.." -if [[ "$cwdb_type" = "mysql" ]] ; then +if [[ "$db_type" = "mysql" ]] ; then domains=$(mysql $mysql_credential_args "$db_name" -N -s -e \ "SELECT domain FROM domain ORDER by domain" 2> "$log_messages") else