This commit is contained in:
Wang Sen Di
2025-12-17 11:31:50 +08:00
parent 674f5e60d1
commit 63dc4d38a0
2 changed files with 67 additions and 1 deletions

View File

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