This commit is contained in:
kxtzownsu 2025-03-06 22:19:39 +00:00
parent 3d823ab099
commit 605c336198

View File

@ -10,8 +10,8 @@ then
fi
source .venv/bin/activate
pip3 install -r requirements.txt &> /dev/null
python3 "$SCRIPTDIR"/server.py &
pip3 install -r requirements.txt
python3 "$SCRIPTDIR"/server.py
# echo "Server PID: $!"
echo $! > pid
popd || exit 0