From d4cc774f0c90a15ca4d1e6a068bdb96b29b7ab1b Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Mon, 8 Apr 2019 16:45:33 +0200 Subject: be more silent --- update.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'update.sh') diff --git a/update.sh b/update.sh index 05c864c..8be9a0f 100755 --- a/update.sh +++ b/update.sh @@ -4,9 +4,9 @@ set -e # update our clone -git submodule update --init --recursive -git submodule foreach git pull origin master -git pull +git submodule update --init --recursive &> /dev/null +git submodule foreach git pull -q origin master &> /dev/null +git pull -q &> /dev/null # rerun hugo generator # export the GIT env vars we need to have links in the footer -- cgit v1.2.3