fix ./ctl release
This commit is contained in:
parent
ec6765f325
commit
0ec527dd02
2 changed files with 6 additions and 7 deletions
|
|
@ -165,6 +165,6 @@ def restart(data):
|
|||
'''
|
||||
restart (and upgrade if upgrades are available)
|
||||
'''
|
||||
subprocess.Popen(['./ctl', 'restart'], close_fds=True)
|
||||
subprocess.Popen([os.path.join(settings.base_dir, 'ctl'), 'restart'], close_fds=True)
|
||||
return {}
|
||||
actions.register(restart, cache=False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue