Update start-openclaw.sh
Browse files- start-openclaw.sh +0 -7
start-openclaw.sh
CHANGED
|
@@ -58,13 +58,6 @@ cat > /root/.openclaw/openclaw.json <<EOF
|
|
| 58 |
}
|
| 59 |
EOF
|
| 60 |
|
| 61 |
-
# -------------------------------------------------
|
| 62 |
-
# 5️⃣ 微信 token 持久化处理(复制持久化的 accounts 目录)
|
| 63 |
-
# -------------------------------------------------
|
| 64 |
-
mkdir -p /workspace/openclaw_data/weixin_accounts
|
| 65 |
-
if [[ -d /workspace/openclaw_data/weixin_accounts ]]; then
|
| 66 |
-
cp -r /workspace/openclaw_data/weixin_accounts/* /root/.openclaw/openclaw-weixin/accounts/
|
| 67 |
-
fi
|
| 68 |
|
| 69 |
# -------------------------------------------------
|
| 70 |
# 6️⃣ 只在第一次启动时安装微信插件(后续启动不再执行)
|
|
|
|
| 58 |
}
|
| 59 |
EOF
|
| 60 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
|
| 62 |
# -------------------------------------------------
|
| 63 |
# 6️⃣ 只在第一次启动时安装微信插件(后续启动不再执行)
|