mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-14 03:52:22 -05:00
Testing fix for shutdown issues on BSD
This commit is contained in:
parent
cbda4d424d
commit
c3e2ff5193
@ -331,7 +331,7 @@ def main():
|
|||||||
|
|
||||||
sickbeard.showList = []
|
sickbeard.showList = []
|
||||||
|
|
||||||
if sickbeard.DAEMON and not sickbeard.restarted:
|
if sickbeard.DAEMON:
|
||||||
daemonize()
|
daemonize()
|
||||||
|
|
||||||
# Use this PID for everything
|
# Use this PID for everything
|
||||||
|
Loading…
Reference in New Issue
Block a user