home
·
contact
·
privacy
projects
/
berlin-corona-table
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c367903
)
Fix mistaken mv usage.
author
Christian Heller
<c.heller@plomlompom.de>
Mon, 6 Jul 2020 19:04:06 +0000
(21:04 +0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Mon, 6 Jul 2020 19:04:06 +0000
(21:04 +0200)
update.sh
patch
|
blob
|
history
diff --git
a/update.sh
b/update.sh
index 6e4527191aabeee3835d483086fe523f66ed7eba..ace8592a60902c614e510a2b6020621981b734f2 100755
(executable)
--- a/
update.sh
+++ b/
update.sh
@@
-24,5
+24,5
@@
curl "${CSV_URL}" \
# kill this script due to "set -e".
./enhance_table.py "${table_path}" html > /tmp/berlin_corona.html
./enhance_table.py "${table_path}" txt > /tmp/berlin_corona.txt
-mv /tmp/berlin_corona.html
>
/var/www/html/
-mv /tmp/berlin_corona.txt
>
/var/www/html/
+mv /tmp/berlin_corona.html /var/www/html/
+mv /tmp/berlin_corona.txt /var/www/html/