Fix another error on script 'get_mail_domains.sh'.
This commit is contained in:
parent
299bc807f2
commit
efb2121c5e
@ -134,7 +134,7 @@ fi
|
|||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echononl " Collect supported domains at this server.."
|
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 \
|
domains=$(mysql $mysql_credential_args "$db_name" -N -s -e \
|
||||||
"SELECT domain FROM domain ORDER by domain" 2> "$log_messages")
|
"SELECT domain FROM domain ORDER by domain" 2> "$log_messages")
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user