airsltd commited on
Commit
755509d
·
1 Parent(s): 8560de0
Files changed (1) hide show
  1. entrypoint.sh +4 -4
entrypoint.sh CHANGED
@@ -1,11 +1,11 @@
1
  #!/bin/bash
2
  set -e
3
 
4
- echo "Installing DingTalk plugin..."
5
- npm install -g @soimy/dingtalk 2>/dev/null || true
6
- openclaw plugins install @soimy/dingtalk 2>/dev/null || true
7
 
8
- openclaw doctor --fix
9
 
10
  echo "Starting OpenClaw gateway..."
11
  exec openclaw gateway
 
1
  #!/bin/bash
2
  set -e
3
 
4
+ # echo "Installing DingTalk plugin..."
5
+ # npm install -g @soimy/dingtalk 2>/dev/null || true
6
+ # openclaw plugins install @soimy/dingtalk 2>/dev/null || true
7
 
8
+ # openclaw doctor --fix
9
 
10
  echo "Starting OpenClaw gateway..."
11
  exec openclaw gateway