[codex] fix self update restart (#707)

* fix: make self update restart reliably

* chore: clarify update success message
This commit is contained in:
ekko
2026-05-14 12:06:39 +08:00
committed by GitHub
parent b2a80808e3
commit 9b243cab36
13 changed files with 121 additions and 37 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ export default {
updateVersion: 'Upgrade to v{version}',
reloadClientVersion: 'Reload for v{version}',
updating: 'Updating...',
updateSuccess: 'Update complete, please restart the server',
updateSuccess: 'Update successful. Please refresh the page shortly. If it does not start after a while, start it manually.',
updateFailed: 'Update failed',
logout: 'Sign Out',
nodeVersionWarning: 'Detected Node.js v{version}. Please upgrade to version 23 or later.',