Update opcache.sh

pull/602/head
Mr Chen 11 months ago
parent 2c65fc65dd
commit 5901b1bd33
  1. 1
      plugins/php-yum/versions/common/opcache.sh

@ -50,7 +50,6 @@ elif [ "$actionType" == 'uninstall' ];then
yum remove -y php${version}-php-${LIBNAME}
rm -rf $ext_file
echo 'cannot uninstall'
exit 1
fi
php_status=`systemctl status php${version}-php-fpm | grep inactive`

Loading…
Cancel
Save