From 78acddb043948e15b67353d35efec5f30b8e742e Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 24 Sep 2024 14:08:10 +0800 Subject: [PATCH] Update index_php_yum.py --- plugins/php-yum/index_php_yum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php-yum/index_php_yum.py b/plugins/php-yum/index_php_yum.py index a81b9f9e9..ab639b571 100755 --- a/plugins/php-yum/index_php_yum.py +++ b/plugins/php-yum/index_php_yum.py @@ -34,7 +34,7 @@ def getPluginDir(): def getServerDir(): - return mw.getServerDir() + '/' + getPluginName() + return '/etc/opt/remi' def getInitDFile(version):