Update install.sh

pull/642/head
Mr Chen 5 months ago
parent 078f1b763b
commit cf707df5e0
  1. 1
      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"

Loading…
Cancel
Save