Update defaults.inc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user