hydrophonitor/scripts/start-pressure-depth.sh

9 lines
236 B
Bash
Raw Normal View History

#!/bin/bash
2022-10-02 12:24:51 +00:00
# Export the configuration values
/home/pi/hydrophonitor/scripts/export-config-values.sh
OPTIONS="--output $OUTPUT_DIR --interval $DEPTH_INTERVAL"
2022-10-02 12:24:51 +00:00
cd /home/pi/hydrophonitor/depth-logger && python record-depth.py $OPTIONS