mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
More testing auto-updater
This commit is contained in:
parent
20146a26f2
commit
0c36dfe84a
1 changed files with 1 additions and 1 deletions
|
@ -223,6 +223,6 @@ def restart():
|
|||
popen_list += SYS_ARGV
|
||||
logger.log(u"Restarting nzbToMedia with " + str(popen_list))
|
||||
logger.close()
|
||||
subprocess.Popen(popen_list, cwd=os.getcwd())
|
||||
subprocess.Popen(popen_list, cwd=os.getcwd(), shell=True)
|
||||
|
||||
os._exit(0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue