sharween commited on
Commit
81c81ae
·
verified ·
1 Parent(s): 248d288

Update start-openclaw.sh

Browse files
Files changed (1) hide show
  1. start-openclaw.sh +3 -1
start-openclaw.sh CHANGED
@@ -28,7 +28,9 @@ mkdir -p /root/.openclaw/openclaw-weixin/accounts
28
  # -----------------------------
29
  if [[ ! -d /root/.openclaw/openclaw-weixin/src || -z "$(ls -A /root/.openclaw/openclaw-weixin/src)" ]]; then
30
  echo "📦 首次或重新安装微信插件 …"
31
- npx -y @tencent-weixin/openclaw-weixin-cli@latest install --no-restart || true
 
 
32
  else
33
  echo "✅ 微信插件已存在,跳过 reinstall"
34
  fi
 
28
  # -----------------------------
29
  if [[ ! -d /root/.openclaw/openclaw-weixin/src || -z "$(ls -A /root/.openclaw/openclaw-weixin/src)" ]]; then
30
  echo "📦 首次或重新安装微信插件 …"
31
+ npx -y @tencent-weixin/openclaw-weixin-cli@latest install
32
+
33
+
34
  else
35
  echo "✅ 微信插件已存在,跳过 reinstall"
36
  fi