AWS lightsail documentation change
Summary
Updated OpenClaw installation and update procedures with clarified CLI approval steps and modified update command to prevent restart issues
Security assessment
The changes are procedural updates to the OpenClaw quick start guide, including clarification of CLI approval steps and modification of the update command to use '--no-restart' flag followed by manual restart. There is no evidence of security vulnerability remediation; the changes appear to be usability improvements and clarification of installation steps. The update command change prevents a known issue where the gateway would fail to start as root user, which is a reliability fix rather than a security fix.
Diff
diff --git a/lightsail/latest/userguide/amazon-lightsail-quick-start-guide-openclaw.md b/lightsail/latest/userguide/amazon-lightsail-quick-start-guide-openclaw.md index 673e62927..d06272c11 100644 --- a//lightsail/latest/userguide/amazon-lightsail-quick-start-guide-openclaw.md +++ b//lightsail/latest/userguide/amazon-lightsail-quick-start-guide-openclaw.md @@ -88 +88 @@ Your OpenClaw instance automatically configures the gateway to accept connection - 7. Return to the SSH terminal. When prompted, press `y` to continue with device pairing. + 7. Return to the SSH terminal. When prompted, press `y` to approve the OpenClaw CLI. This will allow the SSH terminal to manage OpenClaw running on your instance. @@ -90 +90,5 @@ Your OpenClaw instance automatically configures the gateway to accept connection - 8. Press `a` to approve the device pairing request. + + + 8. Then, press `y` again when prompted, to continue with device pairing. + + 9. Press `a` to approve the device pairing request. @@ -482 +486 @@ To update your OpenClaw gateway to the latest version: - * Run the update command: `sudo openclaw update` + * Run the update command: `sudo openclaw update --no-restart && openclaw gateway restart` @@ -491,4 +494,0 @@ To update your OpenClaw gateway to the latest version: - * After the update command completes, it will attempt to start the gateway as the root user, but this will fail because the gateway must run as the `ubuntu` user - - * You must manually restart the gateway after updating: `openclaw gateway restart` -