Update start-openclaw.sh
Browse files- 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
|
| 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 文件 → 执行快速激活"
|