From c1ede83a48354048fa3ae162a0c9d7201cf793a1 Mon Sep 17 00:00:00 2001 From: aewens Date: Mon, 4 Mar 2019 18:43:27 +0100 Subject: [PATCH] Removed needless output from update.sh, causes excessive flooding in cron emails when run at suggestive time interval --- update.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/update.sh b/update.sh index 012b3ac..9f320b9 100755 --- a/update.sh +++ b/update.sh @@ -1,11 +1,11 @@ #!/bin/bash -echo "Updating Git" +# "Updating Git" cd $HOME/uucp -git pull +git pull --quiet -echo "Updating SSH" +# "Updating SSH" cp ~/uucp/ssh/authorized_keys ~/.ssh/authorized_keys chmod 644 ~/.ssh/authorized_keys