wget -q
This commit is contained in:
parent
a85a9694f2
commit
c6b4a439d9
@ -15,7 +15,7 @@ LASTTIME=$(( $(xmlstarlet sel -t -v "/xml/entries/entry/time" $WXFILE ) + $TIMEC
|
|||||||
if (( $NOW > $LASTTIME ))
|
if (( $NOW > $LASTTIME ))
|
||||||
then
|
then
|
||||||
rm $WXFILE
|
rm $WXFILE
|
||||||
wget $WXAPRS -O $WXFILE
|
wget -q $WXAPRS -O $WXFILE
|
||||||
fi
|
fi
|
||||||
|
|
||||||
xmlstarlet sel -t -v "/xml/entries/entry/$NAMETAG" $WXFILE
|
xmlstarlet sel -t -v "/xml/entries/entry/$NAMETAG" $WXFILE
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user