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}