From 062de09b3baec480eb68de4129b50271e2996ae2 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 1 Oct 2022 19:53:11 +0800 Subject: [PATCH] Update app.sh --- scripts/quick/app.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/quick/app.sh b/scripts/quick/app.sh index d8310683c..91faa3a03 100755 --- a/scripts/quick/app.sh +++ b/scripts/quick/app.sh @@ -34,6 +34,14 @@ else echo "php74 alreay exist!" fi + +# swap +if [ ! -d /www/server/swap ];then + cd /www/server/mdserver-web/plugins/swap && bash install.sh install 5.6 +else + echo "swap alreay exist!" +fi + # mysql if [ ! -d /www/server/mysql ];then cd /www/server/mdserver-web/plugins/mysql && bash install.sh install 5.6