From 3182bac95e23a195ba9f546c16f45a9695b964a8 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 29 Nov 2024 01:08:08 +0800 Subject: [PATCH] Update install.sh --- plugins/php/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/install.sh b/plugins/php/install.sh index f2ab97549..77b87bbfa 100755 --- a/plugins/php/install.sh +++ b/plugins/php/install.sh @@ -63,7 +63,7 @@ if [ "${action}" == "install" ] && [ -d ${serverPath}/php/${type} ];then # cd /www/server/mdserver-web/plugins/php/versions/common && bash gd.sh install 56 # cd /www/server/mdserver-web/plugins/php/versions/common && bash openssl.sh install 56 # cd /www/server/mdserver-web/plugins/php/versions/common && bash fileinfo.sh install 81 - # cd ${rootPath}/plugins/php/versions/common && bash curl.sh install ${type} + cd ${rootPath}/plugins/php/versions/common && bash curl.sh install ${type} cd ${rootPath}/plugins/php/versions/common && bash gd.sh install ${type} cd ${rootPath}/plugins/php/versions/common && bash iconv.sh install ${type} cd ${rootPath}/plugins/php/versions/common && bash exif.sh install ${type}