mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-24 21:19:41 +00:00
fix: keep gateway stopped after plugin update failure
This commit is contained in:
@@ -3757,10 +3757,6 @@ async function updateCommandInternal(opts: UpdateCommandOptions): Promise<void>
|
||||
result: resultWithPostUpdate,
|
||||
jsonMode: Boolean(opts.json),
|
||||
});
|
||||
await maybeRestartServiceAfterFailedMutableUpdate({
|
||||
preManagedServiceStop,
|
||||
jsonMode: Boolean(opts.json),
|
||||
});
|
||||
if (opts.json) {
|
||||
defaultRuntime.writeJson(resultWithPostUpdate);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user