diff --git a/plugins/php-yum/install.sh b/plugins/php-yum/install.sh index a7611efa8..aff4c2783 100755 --- a/plugins/php-yum/install.sh +++ b/plugins/php-yum/install.sh @@ -82,6 +82,8 @@ if [ "${action}" == "install" ] && [ -d ${serverPath}/php-yum/${type} ];then cd ${rootPath}/plugins/php-yum/versions && bash common.sh ${type} install mbstring echo "install PHP-YUM[${type}] extend end" + cd ${rootPath} && python3 ${rootPath}/plugins/php-yum/index.py restart ${type} + if [ ! -f /usr/local/bin/composer ];then cd /tmp curl -sS https://getcomposer.org/installer | php