This commit is contained in:
Wang Sen Di
2025-12-12 09:27:35 +08:00
parent c879bfc744
commit 70ef9316fa
2 changed files with 4 additions and 8 deletions

View File

@@ -7,8 +7,8 @@ __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/netflow/iptables.sh >/dev/null 2>&1
bash /apps/gitrce/deploy/release/default/start.sh >/dev/null 2>&1
bash /apps/gitrce/netflow/iptables.sh >/dev/null 2>&1
}