1
0
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:
echel0n 2014-06-27 07:47:29 -07:00
parent cbda4d424d
commit c3e2ff5193

View File

@ -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