From c6b4a439d972f8676f1e936db0ec712028348c39 Mon Sep 17 00:00:00 2001 From: Maciej Krok Date: Mon, 26 Dec 2016 23:18:08 +0100 Subject: [PATCH] wget -q --- scripts/getwx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/getwx.sh b/scripts/getwx.sh index fbcbcd9..33c8cd0 100755 --- a/scripts/getwx.sh +++ b/scripts/getwx.sh @@ -15,7 +15,7 @@ LASTTIME=$(( $(xmlstarlet sel -t -v "/xml/entries/entry/time" $WXFILE ) + $TIMEC if (( $NOW > $LASTTIME )) then rm $WXFILE - wget $WXAPRS -O $WXFILE + wget -q $WXAPRS -O $WXFILE fi xmlstarlet sel -t -v "/xml/entries/entry/$NAMETAG" $WXFILE