mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 00:43:37 +00:00
Fix for PID file: /tmp/sickbeard.pid already exists during auto updates
This commit is contained in:
parent
4443a5a649
commit
95e928bfcb
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue