sharween commited on
Commit
f03479b
·
verified ·
1 Parent(s): 02d2895

Update start-openclaw.sh

Browse files
Files changed (1) hide show
  1. start-openclaw.sh +0 -2
start-openclaw.sh CHANGED
@@ -59,8 +59,6 @@ WEIXIN_DIR="/root/.openclaw/openclaw-weixin/accounts"
59
  if [[ -d "$WEIXIN_DIR" && -n "$(ls -A "$WEIXIN_DIR" 2>/dev/null)" ]]; then
60
  echo "✅ 检测到备份的微信账户文件 → 执行快速重新注册(仍可能需要扫码)"
61
 
62
- # 强制重新安装插件(让新实例正确注册 channel)
63
- npx -y @tencent-weixin/openclaw-weixin-cli@latest install --silent || true
64
 
65
  # 启用插件和 channel
66
  openclaw plugins install "@tencent-weixin/openclaw-weixin" --silent || true
 
59
  if [[ -d "$WEIXIN_DIR" && -n "$(ls -A "$WEIXIN_DIR" 2>/dev/null)" ]]; then
60
  echo "✅ 检测到备份的微信账户文件 → 执行快速重新注册(仍可能需要扫码)"
61
 
 
 
62
 
63
  # 启用插件和 channel
64
  openclaw plugins install "@tencent-weixin/openclaw-weixin" --silent || true