This commit is contained in:
meejah 2022-09-21 20:15:07 -06:00
parent 930f4029f3
commit 8474ecf83d

View File

@ -50,7 +50,7 @@ def parse_pidfile(pidfile):
pidfile
)
)
return pid, startime
return pid, starttime
def check_pid_process(pidfile):