adding nohum.out

This commit is contained in:
Darrel Pol 2024-09-12 21:14:04 -05:00
parent 64d4d94a44
commit 8575096215

View file

@ -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