Update defaults.inc

This commit is contained in:
2025-06-01 20:37:34 -05:00
parent 33fea080bf
commit 3d0c9ca095

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