mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 03:22: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 = []
|
||||
|
||||
if sickbeard.DAEMON and not sickbeard.restarted:
|
||||
if sickbeard.DAEMON:
|
||||
daemonize()
|
||||
|
||||
# Use this PID for everything
|
||||
|
Loading…
Reference in New Issue
Block a user