refactor!: drop legacy CLAWDBOT env compatibility

This commit is contained in:
Peter Steinberger
2026-03-22 22:13:01 -07:00
parent 5ff60cc39f
commit 6b9915a106
85 changed files with 148 additions and 569 deletions

View File

@@ -5,7 +5,7 @@
# One-tap: shows status toast
# If expired: directly opens auth URL
SERVER="${OPENCLAW_SERVER:-${CLAWDBOT_SERVER:-l36}}"
SERVER="${OPENCLAW_SERVER:-l36}"
STATUS=$(ssh -o ConnectTimeout=5 "$SERVER" '$HOME/openclaw/scripts/claude-auth-status.sh simple' 2>&1)