From 31e3c4442f21f239e134dd30981a858db9acd3ed Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 11 Jun 2024 16:04:36 +0800 Subject: [PATCH] Update install.sh --- plugins/php-yum/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/php-yum/install.sh b/plugins/php-yum/install.sh index bdb2b54e3..62a057d38 100755 --- a/plugins/php-yum/install.sh +++ b/plugins/php-yum/install.sh @@ -76,6 +76,8 @@ if [ "${action}" == "install" ] && [ -d ${serverPath}/php-yum/${type} ];then cd ${rootPath}/plugins/php-yum/versions && bash common.sh ${type} install redis cd ${rootPath}/plugins/php-yum/versions && bash common.sh ${type} install memcached cd ${rootPath}/plugins/php-yum/versions && bash common.sh ${type} install mbstring + cd ${rootPath}/plugins/php-yum/versions && bash common.sh ${type} install mongodb + cd ${rootPath}/plugins/php-yum/versions && bash common.sh ${type} install zip echo "install PHP-YUM[${type}] extend end" #初始化