From 5901b1bd330245250e42db3556fbd28a6a4de7bf Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 14 Jun 2024 15:30:02 +0800 Subject: [PATCH] Update opcache.sh --- plugins/php-yum/versions/common/opcache.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/php-yum/versions/common/opcache.sh b/plugins/php-yum/versions/common/opcache.sh index e801d4cfd..a4e5c70da 100755 --- a/plugins/php-yum/versions/common/opcache.sh +++ b/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`