disabling UI

This commit is contained in:
Darrel Pol 2024-09-12 21:24:51 -05:00
parent 8575096215
commit df097918f3

View file

@ -64,7 +64,7 @@ jobs:
cd ..
# Run the application in the background using nohup
nohup python launch.py --listen --api > nohup.out 2>&1 &
nohup python launch.py --nowebui --listen --api > nohup.out 2>&1 &
# Detach from the SSH session to prevent hanging
exit