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