From 646eaccf9c123e8996d18dbbda0f2663f8a12808 Mon Sep 17 00:00:00 2001 From: genofire Date: Mon, 20 Apr 2020 11:28:13 +0200 Subject: [PATCH] update bot script --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index b38c6c4..184de44 100755 --- a/update.sh +++ b/update.sh @@ -1,5 +1,5 @@ #!/bin/sh -wget -O plenum.md "https://md.ccc-mannheim.de/9vP-toraQhOONftDOFuQtw/download" +wget -q -O plenum.md "https://md.ccc-mannheim.de/9vP-toraQhOONftDOFuQtw/download" if [[ $(git diff --shortstat 2> /dev/null | tail -n1) != "" ]]; then git commit -m "bot update" *.md