mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 03:22:22 -05:00
Fix for restarts/updates issues when running as a daemon.
This commit is contained in:
parent
b6e7635a32
commit
39f32b3b7c
@ -331,7 +331,7 @@ def main():
|
||||
|
||||
sickbeard.showList = []
|
||||
|
||||
if sickbeard.DAEMON:
|
||||
if sickbeard.DAEMON and not sickbeard.restarted:
|
||||
daemonize()
|
||||
|
||||
# Use this PID for everything
|
||||
|
Loading…
Reference in New Issue
Block a user