From cc45e524b57007b5e05dfb809f1a084d8c80cd28 Mon Sep 17 00:00:00 2001 From: erg_samowzbudnik Date: Sat, 12 Jun 2021 10:17:58 +0200 Subject: fix typo --- monitor_unified.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor_unified.py b/monitor_unified.py index 0ce8133..f00c710 100644 --- a/monitor_unified.py +++ b/monitor_unified.py @@ -512,7 +512,7 @@ def main(): elif action=='start_fork': if os.fork():sys.exit(0) start() - elif action=='stop' + elif action=='stop': with open('/var/run/user/[your uid]/RPGH_starter.pid', r') as pid_file: pid=int(pid_file.read()) os.kill(pid,signal.SIGTERM) -- cgit v1.2.3-65-gdbad