diff --git a/plugins/php-yum/versions/common/opcache.sh b/plugins/php-yum/versions/common/opcache.sh index ab8cff9f9..424534418 100755 --- a/plugins/php-yum/versions/common/opcache.sh +++ b/plugins/php-yum/versions/common/opcache.sh @@ -28,7 +28,7 @@ ext_file=${ext_dir}/10-opcache.ini if [ "$actionType" == 'install' ];then yum install -y php${version}-php-${LIBNAME} echo "ls ${cfgDir}/php${version}/php.d | grep "${LIBNAME}.ini"| cut -d \ -f 1" - find_opcache=`ls ${cfgDir}/php${version}/php.d | grep "${LIBNAME}"| cut -d \ -f 1` + find_opcache=`ls ${cfgDir}/php${version}/php.d | grep "${LIBNAME}.ini"| cut -d \ -f 1` echo $find_opcache if [ "$find_opcache" != "" ];then ext_file=${find_opcache}