From 2acad0fa01d9611b5067551040329a6f20d64072 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 14 Jun 2024 13:49:49 +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 393cbad7e..3ca3c900e 100755 --- a/plugins/php-yum/versions/common/opcache.sh +++ b/plugins/php-yum/versions/common/opcache.sh @@ -18,7 +18,7 @@ LIBNAME=opcache cfgDir=/etc/opt/remi -OP_BL=${serverPath}/php-yum/opcache-blacklist.txt +OP_BL=${serverPath}/server/php-yum/opcache-blacklist.txt if [ ! -f $OP_BL ];then touch $OP_BL fi