From 7333e21441893b717c93314ef7944e9deb4d7094 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 14 Jun 2025 13:08:35 -0500 Subject: [PATCH] Update install-dsmon.sh --- install-dsmon.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-dsmon.sh b/install-dsmon.sh index 7f50322..04f39fb 100755 --- a/install-dsmon.sh +++ b/install-dsmon.sh @@ -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