Skip to content

Commit 7172acd

Browse files
authored
Merge pull request #15 from rok4/develop
Release 5.0.1
2 parents 8a49aac + 63de026 commit 7172acd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 5.0.1
2+
3+
### [Changed]
4+
5+
* `be4` : WMS harvest scripts only log request when error occure
6+
17
## 5.0.0
28

39
### [Changed]

lib/ROK4/BE4/Shell.pm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ Wms2work () {
599599
while :
600600
do
601601
let count=count+1
602-
wget --no-verbose -O $nameImg "$url&BBOX=$1"
602+
wget --quiet --no-verbose -O $nameImg "$url&BBOX=$1"
603603
604604
if [ $? == 0 ] ; then
605605
checkWork $nameImg 2>/dev/null
@@ -608,6 +608,7 @@ Wms2work () {
608608
fi
609609
fi
610610
611+
echo "Cannot download $url&BBOX=$1"
611612
echo "Failure $count : wait for $wait_delay s"
612613
sleep $wait_delay
613614
let wait_delay=wait_delay*2

0 commit comments

Comments
 (0)