mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Testing fix for shutdown issues on BSD
This commit is contained in:
parent
cbda4d424d
commit
c3e2ff5193
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue