changed test on wget

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@786 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 19 years ago
parent fe6a6abc0b
commit 0625a4f81b

@ -1,8 +1,7 @@
#!/bin/sh
cd `dirname $0`
which wget >/dev/null
if [ 0 == $? ];
if [ -x `which wget` ];
then
port=`cat DATA/SETTINGS/httpProxy.conf |grep "^port="|sed "s/.*=//"`
pw=`cat DATA/SETTINGS/httpProxy.conf |grep "^adminAccountBase64MD5="|sed "s/.*=//"`

Loading…
Cancel
Save