mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-23 18:06:15 +00:00
5 lines
183 B
Bash
5 lines
183 B
Bash
#!/bin/bash
|
|
echo "Containerised psa_car_controller loading..."
|
|
cd $PSACC_CONFIG_DIR
|
|
python3 /psa_car_controller/server.py -p $PSACC_PORT -l 0.0.0.0 -b $PSACC_BASE_PATH $PSACC_OPTIONS
|