feature: fixes update command
This commit is contained in:
parent
9f2d7c7e12
commit
7fd0a94922
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ class RcstackUpdater(BaseHTTPRequestHandler):
|
|||
|
||||
out = open(log_path, "ab")
|
||||
try:
|
||||
cmd = "%s self-update && %s self-upgrade" % (shell_quote(rcstack), shell_quote(rcstack))
|
||||
cmd = "%s self-update && %s stack-upgrade all" % (shell_quote(rcstack), shell_quote(rcstack))
|
||||
|
||||
p = subprocess.Popen(
|
||||
["/bin/sh", "-c", cmd],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue