hydrophonitor/scripts/start-gps.sh

9 lines
230 B
Bash
Raw Normal View History

#!/bin/bash
# Export the configuration values
/home/pi/hydrophonitor/scripts/export-config-values.sh
2022-10-04 18:24:42 +00:00
OPTIONS="--output $OUTPUT_DIR --interval $GPS_INTERVAL"
cd /home/pi/hydrophonitor/gps-logger && python record-gps.py $OPTIONS