diff --git a/defaults.inc b/defaults.inc index 80878c7..5329b6e 100755 --- a/defaults.inc +++ b/defaults.inc @@ -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