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