From 93cedaaa416bdd29c5dfd7c5f1adcbb9febf7d2d Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 14 Jun 2024 13:36:59 +0800 Subject: [PATCH] Update opcache.sh --- plugins/php-yum/versions/common/opcache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php-yum/versions/common/opcache.sh b/plugins/php-yum/versions/common/opcache.sh index 82895828c..45251b8ed 100755 --- a/plugins/php-yum/versions/common/opcache.sh +++ b/plugins/php-yum/versions/common/opcache.sh @@ -19,7 +19,7 @@ LIBNAME=opcache cfgDir=/etc/opt/remi if [ "$actionType" == 'install' ];then - apt install -y php${version}-${LIBNAME} + yum install -y php${version}-${LIBNAME} echo "ls ${cfgDir}/php${version}/php.d | grep "${LIBNAME}"" find_opcache=`ls ${cfgDir}/php${version}/php.d | grep "${LIBNAME}"` echo $find_opcache