Update defaults.inc

This commit is contained in:
2025-06-01 20:11:05 -05:00
parent dbf127a7f2
commit 3c16dcee5f

View File

@@ -13,7 +13,7 @@ noheader=" gettsip-node get-crontabs get-crontab update report updatenodes runcm
mysqlcmd="mariadb --skip-ssl"
if [[ "${RNIP}" == "10.6.1"* ]]; then
mysqlcmd="mysql"
mysql_conn="-h "${NM_SINGLESRVR_IP['MYSQL']}
mysql_conn="-h "+${NM_SINGLESRVR_IP['MYSQL']}
elif [ "${TAILSCALE}" == "true" ]; then
nmip=${NM_NODEMANAGER_TS}
mysql_conn="-h 100.100.5.6 -P 3307"