From 4a1348403a27bdce6270649b2c784c469db9ee60 Mon Sep 17 00:00:00 2001 From: dami Date: Tue, 6 May 2025 15:42:15 +0800 Subject: [PATCH] Update app.sh --- scripts/quick/app.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/quick/app.sh b/scripts/quick/app.sh index 5b52c54da..8212b179d 100755 --- a/scripts/quick/app.sh +++ b/scripts/quick/app.sh @@ -24,6 +24,13 @@ else echo "openresty alreay exist!" fi +# redis +if [ ! -d /www/server/redis ];then + cd /www/server/mdserver-web/plugins/redis && bash install.sh install 7.4.3 +else + echo "redis alreay exist!" +fi + # php if [ ! -d /www/server/php/71 ];then