Update install-dsmon.sh
This commit is contained in:
@@ -29,13 +29,8 @@ fi
|
|||||||
|
|
||||||
if [[ "${RNIP}" == "10.6.1"* ]]; then
|
if [[ "${RNIP}" == "10.6.1"* ]]; then
|
||||||
mysqlip=10.6.1.5
|
mysqlip=10.6.1.5
|
||||||
if [ "${RNIP}" == "10.6.1.5" ]; then
|
mysqlcmd="mariadb --skip-ssl"
|
||||||
mysqlcmd="mysql"
|
do_with_root $APTFUNC install wget curl git mailutils bc mariadb-client
|
||||||
do_with_root $APTFUNC install wget curl git mailutils bc mysql-client-8.0
|
|
||||||
else
|
|
||||||
mysqlcmd="mariadb --skip-ssl"
|
|
||||||
do_with_root $APTFUNC install wget curl git mailutils bc mariadb-client
|
|
||||||
fi
|
|
||||||
else
|
else
|
||||||
mysqlcmd="mariadb --skip-ssl"
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user