wenyin commited on
Commit
0291d1e
ยท
verified ยท
1 Parent(s): 31853f5

Update start-openclaw.sh

Browse files
Files changed (1) hide show
  1. start-openclaw.sh +2 -2
start-openclaw.sh CHANGED
@@ -224,12 +224,12 @@ echo "[setup] Installing WeChat plugin..."
224
  CI=true npx -y @tencent-weixin/openclaw-weixin-cli@latest install --force
225
  echo "[setup] WeChat plugin installed."
226
 
227
- # โ”€โ”€โ”€ 5. ๅฏๅŠจๅฎšๆ—ถๅค‡ไปฝ๏ผˆๆฏ 1 ๅฐๆ—ถ๏ผ‰ โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
228
  (while true; do sleep 3600; python3 /app/sync.py backup; done) &
229
  BACKUP_PID=$!
230
  echo "[setup] Backup loop started (PID: $BACKUP_PID)"
231
 
232
- # โ”€โ”€โ”€ 6. ่ฟ่กŒ่‡ชๆฃ€ๅนถๅฏๅŠจ โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
233
  openclaw doctor --fix
234
 
235
  exec openclaw gateway run --port 7860 --bind lan
 
224
  CI=true npx -y @tencent-weixin/openclaw-weixin-cli@latest install --force
225
  echo "[setup] WeChat plugin installed."
226
 
227
+ # โ”€โ”€โ”€ 5. ๅฏๅŠจๅฎšๆ—ถๅค‡ไปฝ๏ผˆๆฏ 1 ๅฐๆ—ถ๏ผ‰ โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
228
  (while true; do sleep 3600; python3 /app/sync.py backup; done) &
229
  BACKUP_PID=$!
230
  echo "[setup] Backup loop started (PID: $BACKUP_PID)"
231
 
232
+ # โ”€โ”€โ”€ 6. ่ฟ่กŒ่‡ชๆฃ€ๅนถๅฏๅŠจ โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
233
  openclaw doctor --fix
234
 
235
  exec openclaw gateway run --port 7860 --bind lan