Spaces:
Sleeping
Sleeping
Update start-openclaw.sh
Browse files- 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
|