little fix following change on project website
This commit is contained in:
parent
7349811832
commit
5a56af91e8
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ for i in `seq 1 $MAX_CHECK`
|
||||||
do
|
do
|
||||||
tmpfile=`mktemp`
|
tmpfile=`mktemp`
|
||||||
wget -q $CHECK_URL -O $tmpfile
|
wget -q $CHECK_URL -O $tmpfile
|
||||||
newest=`cat $tmpfile|grep Stable|sed 's/^.*Stable.*: \(.*\)<\/td>.*$/\1/'`
|
newest=`cat $tmpfile|grep Stable|grep dlversion|sed 's/^.*Stable.*: \(.*\)<\/td>.*$/\1/'`
|
||||||
if [ -n "$newest" ]
|
if [ -n "$newest" ]
|
||||||
then
|
then
|
||||||
[ $DEBUG -eq 1 ] && echo "Newest : $newest"
|
[ $DEBUG -eq 1 ] && echo "Newest : $newest"
|
||||||
|
|
Loading…
Reference in a new issue