From 375f6d469aaddeeb3d644b31b59d7cea39cf837d Mon Sep 17 00:00:00 2001 From: hmo Date: Wed, 22 Jul 2026 08:28:39 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20sync=E8=84=9A=E6=9C=AC=E8=A1=A5price?= =?UTF-8?q?=5Fmonitor=E4=B8=89=E5=A4=84=E5=89=AF=E6=9C=AC=E7=A1=AC?= =?UTF-8?q?=E9=93=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/profile-scripts/sync_profile_scripts.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy/profile-scripts/sync_profile_scripts.sh b/deploy/profile-scripts/sync_profile_scripts.sh index 47088c3a..60add6a3 100644 --- a/deploy/profile-scripts/sync_profile_scripts.sh +++ b/deploy/profile-scripts/sync_profile_scripts.sh @@ -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