chore: sync脚本补price_monitor三处副本硬链

This commit is contained in:
hmo
2026-07-22 08:28:39 +08:00
parent fbad1938f1
commit 375f6d469a
@@ -28,6 +28,10 @@ done
for f in verify_reassess_pipeline.py batch_reassess.py stale_detector.py fix_gateway_port.py morning_health_check.py candidate_filter.py per_stock_reassess.py; do
[ -f "$SRC/$f" ] && ln -f "$SRC/$f" "$ROOT/scripts/$f" 2>/dev/null || true
done
# price_monitor 还有 root 和 web-dashboard 两个副本
[ -f "$SRC/price_monitor.py" ] && ln -f "$SRC/price_monitor.py" "$ROOT/scripts/price_monitor.py" 2>/dev/null || true
[ -f "$SRC/price_monitor.py" ] && ln -f "$SRC/price_monitor.py" "$ROOT/price_monitor.py" 2>/dev/null || true
[ -f "$SRC/price_monitor.py" ] && ln -f "$SRC/price_monitor.py" "/home/hmo/web-dashboard/price_monitor.py" 2>/dev/null || true
echo "synced $count scripts (hardlink)"
mkdir -p /home/hmo/MoFin/gateway/logs