Update defaults.inc

This commit is contained in:
2025-06-01 20:37:18 -05:00
parent 438fbd4849
commit 33fea080bf

View File

@@ -18,7 +18,7 @@ if [ "${RNIP}" == "10.6.1.5" ]; then
elif [[ "${RNIP}" == "10.6.1."* ]]; then
if [ -d /opt/idssys/nodemgmt ]; then
nmip=${NM_NODEMANAGER}
mysql_conn="-h ${NM_SINGLESRVR_IP["MYSQL"]}"
mysql_conn="-h ${NM_SINGLESRVR_IP["'MYSQL'"]}"
else
mysql_conn="-h 10.6.1.5"
fi