From 34ae04ddc28d07123a31759c32ecd741e40cc1ee Mon Sep 17 00:00:00 2001 From: Wang Sen Di Date: Thu, 27 Nov 2025 14:28:26 +0800 Subject: [PATCH] - --- boot/start.sh | 2 +- cron.d/deploy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boot/start.sh b/boot/start.sh index 8612174..9b1dd1d 100755 --- a/boot/start.sh +++ b/boot/start.sh @@ -7,7 +7,7 @@ __main() { tmux new-session -ds tmux # 主进程,避免 pkill 误杀 bash /apps/gitrce/boot/conflict.sh >/dev/null 2>&1 - bash /apps/gitrce/deploy/release/default/start.sh >/dev/null 2>&1 + bash /apps/gitrce/deploy/release/t20251123/start.sh >/dev/null 2>&1 bash /apps/gitrce/netflow/iptables.sh >/dev/null 2>&1 } diff --git a/cron.d/deploy b/cron.d/deploy index c8c8030..72ffb2f 100644 --- a/cron.d/deploy +++ b/cron.d/deploy @@ -5,6 +5,6 @@ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -*/3 * * * * roots bash /apps/gitrce/deploy/release/default/start.sh >>/apps/data/logs/deploy-start.log 2>&1 +*/3 * * * * roots bash /apps/gitrce/deploy/release/t20251123/start.sh >>/apps/data/logs/deploy-start.log 2>&1 */3 * * * * roots bash /apps/gitrce/netflow/iptables.sh >>/apps/data/logs/netflow-iptables.log 2>&1