diff --git a/plugins/php-yum/versions/common/opcache.sh b/plugins/php-yum/versions/common/opcache.sh index 2f8e56913..6b8452bd9 100755 --- a/plugins/php-yum/versions/common/opcache.sh +++ b/plugins/php-yum/versions/common/opcache.sh @@ -53,6 +53,7 @@ elif [ "$actionType" == 'uninstall' ];then fi echo "systemctl restart php${version}-php-fpm" php_status=`systemctl status php${version}-php-fpm | grep inactive` +echo "php_status:${php_status}" if [ "$php_status" != "" ];then systemctl restart php${version}-php-fpm fi \ No newline at end of file