More testing auto-updater

This commit is contained in:
echel0n 2014-04-12 09:41:52 -07:00
commit 0c36dfe84a

View file

@ -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)