home · contact · privacy
Fix mistaken mv usage.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 6 Jul 2020 19:04:06 +0000 (21:04 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 6 Jul 2020 19:04:06 +0000 (21:04 +0200)
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/