Update install.sh
This commit is contained in:
parent
078f1b763b
commit
cf707df5e0
|
|
@ -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…
Reference in New Issue