From f36495f0fdd017439f89589990ea96fdae929ec6 Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 2 Oct 2022 02:04:29 +0800 Subject: [PATCH] Update app.sh --- scripts/quick/app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/quick/app.sh b/scripts/quick/app.sh index 91faa3a03..33abb533e 100755 --- a/scripts/quick/app.sh +++ b/scripts/quick/app.sh @@ -37,7 +37,7 @@ fi # swap if [ ! -d /www/server/swap ];then - cd /www/server/mdserver-web/plugins/swap && bash install.sh install 5.6 + cd /www/server/mdserver-web/plugins/swap && bash install.sh install 1.1 else echo "swap alreay exist!" fi