diff --git a/plugins/php-yum/versions/common/opcache.sh b/plugins/php-yum/versions/common/opcache.sh index 424534418..ed4805ecf 100755 --- a/plugins/php-yum/versions/common/opcache.sh +++ b/plugins/php-yum/versions/common/opcache.sh @@ -51,4 +51,6 @@ elif [ "$actionType" == 'uninstall' ];then rm -rf $ext_file echo 'cannot uninstall' exit 1 -fi \ No newline at end of file +fi + +systemctl restart php${version}-php-fpm \ No newline at end of file