Simford.Dong commited on
Commit ·
6e32dbc
1
Parent(s): a9f6716
revert: remove openclaw pairing approve-all from startup script
Browse files- start-openclaw.sh +0 -1
start-openclaw.sh
CHANGED
|
@@ -153,7 +153,6 @@ chmod 600 /root/.openclaw/openclaw.json
|
|
| 153 |
|
| 154 |
# 启动 OpenClaw 网关
|
| 155 |
openclaw doctor --fix
|
| 156 |
-
openclaw pairing approve-all --yes || true
|
| 157 |
echo \"--- [GATEWAY] Password is: $GW_PASS ---\"
|
| 158 |
echo \"--- [GATEWAY] Access URL: https://sim4ai-claw.hf.space/?token=$GW_PASS ---\"
|
| 159 |
exec openclaw gateway run --port $PORT
|
|
|
|
| 153 |
|
| 154 |
# 启动 OpenClaw 网关
|
| 155 |
openclaw doctor --fix
|
|
|
|
| 156 |
echo \"--- [GATEWAY] Password is: $GW_PASS ---\"
|
| 157 |
echo \"--- [GATEWAY] Access URL: https://sim4ai-claw.hf.space/?token=$GW_PASS ---\"
|
| 158 |
exec openclaw gateway run --port $PORT
|