Fix another error on script 'get_mail_domains.sh'.

This commit is contained in:
Christoph 2017-11-03 13:47:43 +01:00
parent 299bc807f2
commit efb2121c5e

View File

@ -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