sharween commited on
Commit
3e32c02
·
verified ·
1 Parent(s): 0757bb8

Update start-openclaw.sh

Browse files
Files changed (1) hide show
  1. start-openclaw.sh +1 -1
start-openclaw.sh CHANGED
@@ -13,7 +13,7 @@ BACKUP_FILE="latest_backup.tar.gz"
13
  # -------------------------------------------------
14
  if [[ -n "$REPO_ID" && -n "$HF_TOKEN" ]]; then
15
  echo "🔁 正在从 HuggingFace 下载并恢复备份 …"
16
- python3 /app/restore_weixin.py restore # 运行您提供的脚本(restore)
17
  else
18
  echo "⚠️ HF_DATASET/HF_TOKEN 未设,跳过远端恢复"
19
  fi
 
13
  # -------------------------------------------------
14
  if [[ -n "$REPO_ID" && -n "$HF_TOKEN" ]]; then
15
  echo "🔁 正在从 HuggingFace 下载并恢复备份 …"
16
+ python3 /app/sync.py restore # 运行您提供的脚本(restore)
17
  else
18
  echo "⚠️ HF_DATASET/HF_TOKEN 未设,跳过远端恢复"
19
  fi