From 91d189cf003e807002e00a60382116fc9753e7c8 Mon Sep 17 00:00:00 2001 From: dami Date: Sat, 11 Apr 2026 20:45:19 +0800 Subject: [PATCH] Update index.py --- plugins/apache/index.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/apache/index.py b/plugins/apache/index.py index 359c46a49..61c7431c5 100755 --- a/plugins/apache/index.py +++ b/plugins/apache/index.py @@ -285,9 +285,6 @@ def start(): def stop(): r = restyOp('stop') - pid_file = getPidFile() - if os.path.exists(pid_file): - os.remove(pid_file) return r