add env var

This commit is contained in:
Florian Bezannier
2021-05-31 19:33:23 +02:00
parent 34dbb1985c
commit fa43c1a820
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
#!/bin/bash
echo "Containerised psa_car_controller loading..."
python3 /psa_car_controller/server.py -p 5000 -l 0.0.0.0 --web-conf
python3 /psa_car_controller/server.py -p $PSACC_PORT -l 0.0.0.0 --web-conf -b $PSACC_BASE_PATH