Update install-dsmon.sh

This commit is contained in:
2025-06-14 13:08:35 -05:00
parent 364540bfba
commit 7333e21441

View File

@@ -30,10 +30,10 @@ fi
if [[ "${RNIP}" == "10.6.1"* ]]; then
mysqlip=10.6.1.5
mysqlcmd="mariadb --skip-ssl"
do_with_root $APTFUNC install wget curl git mailutils bc mariadb-client
do_with_root $APTFUNC install wget curl git mailutils bc mariadb-client expect
else
mysqlcmd="mariadb --skip-ssl"
do_with_root $APTFUNC install wget curl git mailutils bc mariadb-client
do_with_root $APTFUNC install wget curl git mailutils bc mariadb-client expect
if [ "$(CHECK_HOST 10.10.1.50)" != "false" ]; then
mysqlip=10.10.1.50
elif [ "$(CHECK_HOST 100.100.2.2)" != "false" ]; then