Update install.sh

pull/496/head
midoks 2 years ago
parent e9978642c8
commit fdc1a93e51
  1. 2
      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

Loading…
Cancel
Save