From fdc1a93e51adb32f37e6f03e619e8270d30e68db Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 30 Oct 2023 23:21:40 +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 baab456b6..5cb8cb7dd 100755 --- a/plugins/php/install.sh +++ b/plugins/php/install.sh @@ -75,7 +75,7 @@ if [ "${action}" == "install" ] && [ -d ${serverPath}/php/${type} ];then cd ${rootPath}/plugins/php/versions/common && bash redis.sh install ${type} cd ${rootPath}/plugins/php/versions/common && bash memcached.sh install ${type} - if [ "${type}" -gt "73" ];then + if [ "${type}" -gt "74" ];then cd ${rootPath}/plugins/php/versions/common && bash zip.sh install ${type} fi