updated run bash script

This commit is contained in:
David Brazda
2023-04-13 12:13:18 +02:00
parent 806df98d4c
commit 7177635c44
2 changed files with 6 additions and 2 deletions

View File

@ -17,7 +17,7 @@ SCRIPT_TO_EXECUTE_PLUS_ARGS='v2realbot/main.py -u'
OUTPUT_PID_FILE=running.pid
OUTPUT_PID_PATH=.
OUTPUT_PID_PATH=$HOME
PYTHON_TO_USE="python3"

View File

@ -1,4 +1,8 @@
INFO: Started server process [55809]
INFO: Started server process [56033]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
INFO: Shutting down
INFO: Waiting for application shutdown.
INFO: Application shutdown complete.
INFO: Finished server process [56033]