Update init.sh

This commit is contained in:
sOckhamSter
2021-05-17 15:20:47 +01:00
committed by GitHub
parent a4c952f32e
commit e2f213e260
+1 -1
View File
@@ -20,5 +20,5 @@ then
/bin/bash
else
echo "SHELL_ONLY = FALSE. Running server.py"
python3 /psa_car_controller/server.py -f /config/test.json -c /config/charge_config1.json -p 5000 -l 0.0.0.0
python3 /psa_car_controller/server.py -f /config/test.json -c /config/charge_config1.json -p 5000 -l 0.0.0.0 -r
fi