From 11b52cb2122a68e2a92e6c9bc882a45ed3fe142d Mon Sep 17 00:00:00 2001 From: dami Date: Wed, 10 Sep 2025 23:28:01 +0800 Subject: [PATCH] Update install.sh --- plugins/php-apt/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/php-apt/install.sh b/plugins/php-apt/install.sh index a66cd5448..ac4eefb2b 100755 --- a/plugins/php-apt/install.sh +++ b/plugins/php-apt/install.sh @@ -7,6 +7,7 @@ rootPath=$(dirname "$curPath") rootPath=$(dirname "$rootPath") serverPath=$(dirname "$rootPath") +# cd /www/server/mdserver-web/plugins/php-apt && bash install.sh install 56 if id www &> /dev/null ;then echo "www uid is `id -u www`"