File: //workspace/rollout/LIVE-COMMANDS.md
# Mission Control live commands
## Go live
Run from the host workspace rollout directory:
```bash
cd /home/altaira.panomity.com/workspace-mc-e4c57543-6899-4be1-b449-f6cf886c39f8/rollout && I_UNDERSTAND_THIS_RESTARTS_SERVICES=YES ./apply-mission-control-fix.sh && ./verify-mission-control-fix.sh
```
This will:
1. apply the frontend patch if needed, or detect that the expected fix is already present
2. build the frontend
3. back up the current LiteSpeed vhost
4. insert the public `/mc` worker/probe carve-outs
5. restart `openclaw-mc-frontend.service`
6. reload LiteSpeed
7. verify the public endpoints externally
## Roll back
Use the exact backup path printed during the apply step:
```bash
cd /home/altaira.panomity.com/workspace-mc-e4c57543-6899-4be1-b449-f6cf886c39f8/rollout && I_UNDERSTAND_THIS_RELOADS_SERVICES=YES ./rollback-mission-control-fix.sh /usr/local/lsws/conf/vhosts/altaira.panomity.com/vhost.conf.bak.TIMESTAMP
```