mirror of
https://github.com/tomru/cram-luftdaten.git
synced 2026-03-03 14:37:27 +01:00
add set -e
This commit is contained in:
@@ -36,6 +36,8 @@
|
||||
# - using "date" to parse the UTC date for each line is super slow, but
|
||||
# works. There must be something better out there.
|
||||
|
||||
set -e
|
||||
|
||||
SRC_FILE=${1:-/dev/stdin}
|
||||
|
||||
DATABASE=${INFLUXDB_DATABASE:-feinstaub}
|
||||
|
||||
Reference in New Issue
Block a user