mirror of
https://github.com/tomru/cram-luftdaten.git
synced 2026-03-03 06:27:23 +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
|
# - using "date" to parse the UTC date for each line is super slow, but
|
||||||
# works. There must be something better out there.
|
# works. There must be something better out there.
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
SRC_FILE=${1:-/dev/stdin}
|
SRC_FILE=${1:-/dev/stdin}
|
||||||
|
|
||||||
DATABASE=${INFLUXDB_DATABASE:-feinstaub}
|
DATABASE=${INFLUXDB_DATABASE:-feinstaub}
|
||||||
|
|||||||
Reference in New Issue
Block a user