From: Christian Heller Date: Tue, 30 Jun 2020 21:32:24 +0000 (+0200) Subject: Fix faulty path. X-Git-Url: https://plomlompom.com/repos/?p=berlin-corona-table;a=commitdiff_plain;h=74f4868304347258087e64ad210d5e8a0902b092 Fix faulty path. --- 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