mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-07 10:33:38 +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 = []
|
sickbeard.showList = []
|
||||||
|
|
||||||
if sickbeard.DAEMON and not sickbeard.restarted:
|
if sickbeard.DAEMON:
|
||||||
daemonize()
|
daemonize()
|
||||||
|
|
||||||
# Use this PID for everything
|
# Use this PID for everything
|
||||||
|
|
Loading…
Reference in a new issue