From 5bf4401fb0a77c68bf2347294fa0bb5d42980f42 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sun, 7 Jan 2024 02:51:56 +0800 Subject: [PATCH] Update index_php_apt.py --- plugins/php-apt/index_php_apt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php-apt/index_php_apt.py b/plugins/php-apt/index_php_apt.py index 839a38eec..b47f5fc1a 100755 --- a/plugins/php-apt/index_php_apt.py +++ b/plugins/php-apt/index_php_apt.py @@ -34,7 +34,7 @@ def getPluginDir(): def getServerDir(): - return mw.getServerDir() + '/' + getPluginName() + return '/etc/php' def getInitDFile(version):