From 8575096215e7a93146df3bb238cf0adfc9c5d317 Mon Sep 17 00:00:00 2001 From: Darrel Pol Date: Thu, 12 Sep 2024 21:14:04 -0500 Subject: [PATCH] adding nohum.out --- .github/workflows/on_merge_to_master.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_merge_to_master.yaml b/.github/workflows/on_merge_to_master.yaml index adaa3f8f8..f72ce4eb5 100644 --- a/.github/workflows/on_merge_to_master.yaml +++ b/.github/workflows/on_merge_to_master.yaml @@ -64,7 +64,7 @@ jobs: cd .. # Run the application in the background using nohup - nohup python launch.py --listen --api & + nohup python launch.py --listen --api > nohup.out 2>&1 & # Detach from the SSH session to prevent hanging exit