sharween commited on
Commit
d2aca0b
·
verified ·
1 Parent(s): a1d8121

Update start-openclaw.sh

Browse files
Files changed (1) hide show
  1. start-openclaw.sh +1 -1
start-openclaw.sh CHANGED
@@ -71,7 +71,7 @@ python3 /app/sync.py restore
71
  # ================================================
72
  echo "🔄 微信 ClawBot 激活流程..."
73
 
74
- ACCOUNTS_JSON="/root/.openclaw/openclaw-weixin/accounts/accounts.json"
75
 
76
  if [[ -f "$ACCOUNTS_JSON" ]]; then
77
  echo "✅ 检测到 accounts.json 文件 → 执行快速激活"
 
71
  # ================================================
72
  echo "🔄 微信 ClawBot 激活流程..."
73
 
74
+ ACCOUNTS_JSON="/root/.openclaw/openclaw-weixin/accounts.json"
75
 
76
  if [[ -f "$ACCOUNTS_JSON" ]]; then
77
  echo "✅ 检测到 accounts.json 文件 → 执行快速激活"