mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 00:43:37 +00:00
Fix for restarts/updates issues when running as a daemon.
This commit is contained in:
parent
b6e7635a32
commit
39f32b3b7c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue