From 9539e58ae7653ffa5ef25cf7b18c67d705813334 Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Thu, 27 Mar 2025 22:30:15 -0400 Subject: more mysql stuff --- scripts/common/10-vars | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/common/10-vars') diff --git a/scripts/common/10-vars b/scripts/common/10-vars index a82dd44..b903f8b 100644 --- a/scripts/common/10-vars +++ b/scripts/common/10-vars @@ -13,6 +13,7 @@ idm_hostnames=$(echo "$idm_server_list" | awk '{print $1}') fqdn="${BOXCONF_HOSTNAME}.${domain}" : ${smtp_host:="smtp.${domain}"} : ${postgres_host:="postgres.${domain}"} +: ${mysql_host:="mysql.${domain}"} realm=$(echo "$domain" | tr '[:lower:]' '[:upper:]') -- cgit v1.2.3