This commit is contained in:
Wang Sen Di
2025-12-19 17:05:41 +08:00
parent 6597a001bd
commit f8824d9169
3 changed files with 120 additions and 2 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
}