mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-22 09:26:16 +00:00
add unbuffered option
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
echo "Containerised psa_car_controller loading..."
|
||||
cd "$PSACC_CONFIG_DIR"
|
||||
ARGS="-p $PSACC_PORT -l 0.0.0.0 -b $PSACC_BASE_PATH $PSACC_OPTIONS"
|
||||
python3 /psa_car_controller/server.py $ARGS
|
||||
python3 -u /psa_car_controller/server.py $ARGS
|
||||
|
||||
Reference in New Issue
Block a user