Update defaults.inc

This commit is contained in:
2025-06-01 20:43:42 -05:00
parent 9a8a0edb65
commit da9c44e870

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