From e5f3e85f8bcbe207419355dd64a41aefbdc4e9fc Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 20 Jul 2024 01:32:12 +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 86ce1bd17..5dd556d1f 100755 --- a/plugins/php-yum/install.sh +++ b/plugins/php-yum/install.sh @@ -96,6 +96,8 @@ if [ "${action}" == "install" ] && [ -d ${serverPath}/php-yum/${type} ];then 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 + cd ${rootPath}/plugins/php-yum/versions && bash common.sh ${type} install simplexml + echo "install PHP-YUM[${type}] extend end" #初始化