From b9b5ecbac9daeece67db7c23a7bf9aeb1441318b Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 4 Oct 2024 14:58:42 +0800 Subject: [PATCH] Update app.sh --- scripts/quick/app.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/quick/app.sh b/scripts/quick/app.sh index 51c0a39f0..5b52c54da 100755 --- a/scripts/quick/app.sh +++ b/scripts/quick/app.sh @@ -19,7 +19,7 @@ fi # openresty if [ ! -d /www/server/openresty ];then - cd /www/server/mdserver-web/plugins/openresty && bash install.sh install 1.21.4.1 + cd /www/server/mdserver-web/plugins/openresty && bash install.sh install 1.25.3 else echo "openresty alreay exist!" fi @@ -50,7 +50,7 @@ fi # mysql if [ ! -d /www/server/mysql ];then - cd /www/server/mdserver-web/plugins/mysql && bash install.sh install 5.6 + cd /www/server/mdserver-web/plugins/mysql && bash install.sh install 5.7 else echo "mysql alreay exist!" fi