From 926127931b00a14e2a8065a512d4784798a52d30 Mon Sep 17 00:00:00 2001
From: EverSoJoe
Date: Mon, 17 May 2021 10:44:05 +0200
Subject: [PATCH] update at Mo 17. Mai 10:44:05 CEST 2021
---
index.html | 2 +-
updatescript.bash | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/index.html b/index.html
index acfbe75e..da85abf1 100644
--- a/index.html
+++ b/index.html
@@ -30,7 +30,7 @@
RKI Inzidenz Historie
RKI Stand: 17.05.2021
-
Letztes Update: 2021-05-17 10:41:45.643929
+
Letztes Update: 2021-05-17 10:44:05.228729
diff --git a/updatescript.bash b/updatescript.bash
index b856610d..ee0889d4 100755
--- a/updatescript.bash
+++ b/updatescript.bash
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
cd "$(dirname $0)"
-git pull
+git pull --quiet
python3 updatehtml.py
-git commit -am "update at $(date)"
-git push
\ No newline at end of file
+git commit -am "update at $(date)" --quiet
+git push --quiet