mirror of
https://github.com/evilhero/mylar
synced 2024-12-23 08:12:41 +00:00
Removing added --nolaunch option from restart
This commit is contained in:
parent
d719efded3
commit
1d5e3a0def
1 changed files with 2 additions and 2 deletions
|
@ -1177,8 +1177,8 @@ def shutdown(restart=False, update=False):
|
|||
logger.info('Mylar is restarting...')
|
||||
popen_list = [sys.executable, FULL_PATH]
|
||||
popen_list += ARGS
|
||||
if '--nolaunch' not in popen_list:
|
||||
popen_list += ['--nolaunch']
|
||||
# if '--nolaunch' not in popen_list:
|
||||
# popen_list += ['--nolaunch']
|
||||
logger.info('Restarting Mylar with ' + str(popen_list))
|
||||
subprocess.Popen(popen_list, cwd=os.getcwd())
|
||||
|
||||
|
|
Loading…
Reference in a new issue