update setup.sh comments

This commit is contained in:
josc146
2023-11-14 17:38:24 +08:00
parent 9f288de951
commit 94a5dc4fb7
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ npm ci
npm run build
cd ..
python3 ./backend-python/main.py --webui > log.txt &
python3 ./backend-python/main.py --webui > log.txt & # this is only an example, you should use screen or other tools to run it in background
if [ ! -d models ]; then
mkdir models