mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 19:12:26 -05:00
Fix for PID file: /tmp/sickbeard.pid already exists during auto updates
This commit is contained in:
parent
4443a5a649
commit
95e928bfcb
@ -1841,3 +1841,7 @@ def autoreload_shutdown():
|
||||
|
||||
# save settings
|
||||
saveAll()
|
||||
|
||||
if CREATEPID:
|
||||
logger.log(u"Removing pidfile " + str(PIDFILE))
|
||||
remove_pid_file(PIDFILE)
|
||||
|
Loading…
Reference in New Issue
Block a user