aip9105 commited on
Commit
797d191
ยท
verified ยท
1 Parent(s): 76de2e6

Update start-openclaw.sh

Browse files
Files changed (1) hide show
  1. start-openclaw.sh +4 -4
start-openclaw.sh CHANGED
@@ -51,11 +51,11 @@ EOF
51
  # 5. ๅฏๅŠจๅฎšๆ—ถๅค‡ไปฝ (ๆฏ 1 ๅฐๆ—ถ)
52
  (while true; do sleep 3600; python3 /app/sync.py backup; done) &
53
 
54
- # ้…็ฝฎๆ–‡ไปถ่ฎฟ้—ฎ็™ฝๅๅ•๏ผŒๅ…่ฎธ่ฎฟ้—ฎๅทฅไฝœ็›ฎๅฝ•
55
- openclaw config set fs.allow-path "/root/.openclaw/workspace"
56
 
57
- # ๅฆ‚ๆžœๆ˜ฏๅผ€ๅ‘ๆต‹่ฏ•็Žฏๅขƒ๏ผŒๅฏไปฅๅผ€ๆ”พๆ‰€ๆœ‰็›ฎๅฝ•
58
- openclaw config set fs.allow-path "*"
59
 
60
 
61
  # 6. ่ฟ่กŒ
 
51
  # 5. ๅฏๅŠจๅฎšๆ—ถๅค‡ไปฝ (ๆฏ 1 ๅฐๆ—ถ)
52
  (while true; do sleep 3600; python3 /app/sync.py backup; done) &
53
 
54
+ # ๅฎ‰่ฃ…ClawHub
55
+ npm install -g clawhub
56
 
57
+ # ๅˆๅง‹ๅŒ–
58
+ clawhub init
59
 
60
 
61
  # 6. ่ฟ่กŒ