X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=update.sh;h=251382711a2637635d4c22184496b2e7e8bf3015;hb=89c36a109b2ac67250f83281e9ba745097709496;hp=f1b74677156a796631ca10086f2ec2ff87378ca5;hpb=9c59ef6123df8574fa707ab5bab09588992d91fd;p=berlin-corona-table diff --git a/update.sh b/update.sh index f1b7467..2513827 100755 --- a/update.sh +++ b/update.sh @@ -2,7 +2,7 @@ set -e CSV_URL=https://www.berlin.de/lageso/_assets/gesundheit/publikationen/corona/bezirkstabelle.csv -table_path=/home/plom/berlin-corona-table/daily_infections_table.txt +table_path=daily_infections_table.txt # If we don't have a table file yet, we need to provide its header. header=" CW FK Li MH Mi Ne Pa Re Sp SZ TS TK sum" @@ -18,4 +18,4 @@ curl "${CSV_URL}" \ 'END { printf "\n" }' "${filename}" >> "${table_path}" # Write enhanced table output to directory served by web server. -./enhance_table.py > /var/www/html/berlin_corona.txt +./enhance_table.py "${table_path}" > /var/www/html/berlin_corona.txt