mirror of
https://github.com/tomru/cram-luftdaten.git
synced 2026-03-03 06:27:23 +01:00
fix var type :x
This commit is contained in:
@@ -45,7 +45,7 @@ NODE=esp8266-$SENSOR_ID
|
||||
|
||||
STRIP_CSV_HEADERS="tail -n +2"
|
||||
|
||||
cat $SCR_FILE \
|
||||
cat $SRC_FILE \
|
||||
| $STRIP_CSV_HEADERS \
|
||||
| gawk -v db="$DATABASE" -v node="$NODE" \
|
||||
'BEGIN { FS = ";" } ; \
|
||||
|
||||
Reference in New Issue
Block a user