From 74f4868304347258087e64ad210d5e8a0902b092 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Tue, 30 Jun 2020 23:32:24 +0200 Subject: [PATCH] Fix faulty path. --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index a136185..1a84c8b 100755 --- a/update.sh +++ b/update.sh @@ -5,7 +5,7 @@ today="$(date +%Y-%m-%d)" curl https://www.berlin.de/lageso/_assets/gesundheit/publikationen/corona/bezirkstabelle.csv \ | awk 'BEGIN { FS=";"; ORS=""; print "'${today}'" }; '\ '!/^Bezirk/ { printf "%4d", $3 }; '\ -'END { printf "\n" }' "${filename}" >> /home/plom/meldetabelle/daily_infections_table.txt +'END { printf "\n" }' "${filename}" >> /home/plom/berlin-corona-table/daily_infections_table.txt # Write enhanced table output to directory served by web server. ./enhance_table.py > /var/www/html/berlin_corona.txt -- 2.30.2