sleeping for 60 seconds before exiting

This commit is contained in:
Darrel Pol 2024-09-12 22:00:51 -05:00
parent 3f3af11897
commit 5119fb72b8

View file

@ -74,6 +74,9 @@ jobs:
# Run the application in the background using nohup
nohup python launch.py --nowebui --listen --api > nohup.out 2>&1 &
# Wait for 60 seconds to allow the application to fully start
sleep 60
# Detach from the SSH session to prevent hanging
exit
EOF