From cf707df5e04eee678cee997f243f9ba42a6d8e92 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sun, 15 Dec 2024 04:20:40 +0800 Subject: [PATCH] Update install.sh --- plugins/mysql-apt/versions/8.4/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/mysql-apt/versions/8.4/install.sh b/plugins/mysql-apt/versions/8.4/install.sh index 61c872857..dfcd78998 100755 --- a/plugins/mysql-apt/versions/8.4/install.sh +++ b/plugins/mysql-apt/versions/8.4/install.sh @@ -20,6 +20,7 @@ OSNAME=`cat ${rootPath}/data/osname.pl` VERSION_ID=`cat /etc/*-release | grep VERSION_ID | awk -F = '{print $2}' | awk -F "\"" '{print $2}'` # cd /www/server/mdserver-web/plugins/mysql-apt && bash install.sh install 8.4 +# cd /www/server/mdserver-web && python3 /www/server/mdserver-web/plugins/mysql-apt/index.py start 8.4 if [ "$OSNAME" == 'debian' ] && [ "$VERSION_ID" -lt '12' ] ;then VERSION_ID="12"