feature: fixes update command

This commit is contained in:
ievgenii vdovenko 2026-01-27 15:54:43 +01:00
parent 9f2d7c7e12
commit 7fd0a94922

View file

@ -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],