adding output log

This commit is contained in:
Darrel Pol 2024-09-11 20:51:31 -05:00
parent d14fda1047
commit 511d01f262

View file

@ -55,7 +55,9 @@ jobs:
# Return to the main project directory
cd ..
# Run the application
nohup python launch.py --listen --api &
# Run the application in the background using nohup
nohup python launch.py --listen --api > launch_output.log 2>&1 &
# Detach from the SSH session to prevent hanging
exit
EOF