aip9105 commited on
Commit
150193f
ยท
verified ยท
1 Parent(s): dac2247

Update start-openclaw.sh

Browse files
Files changed (1) hide show
  1. start-openclaw.sh +6 -3
start-openclaw.sh CHANGED
@@ -143,9 +143,12 @@ cat > /root/.openclaw/openclaw.json <<EOF
143
  "service": {
144
  "enabled": false
145
  },
146
- "plugins": {
147
- "allow": ["openclaw-weixin"]
148
- }
 
 
 
149
  }
150
  }
151
  EOF
 
143
  "service": {
144
  "enabled": false
145
  },
146
+ "plugins": {
147
+ "allow": ["openclaw-weixin"],
148
+ "entries": {
149
+ "openclaw-weixin": { "enabled": true }
150
+ }
151
+ },
152
  }
153
  }
154
  EOF