(No version change)

and added -q to testing wget as well...
This commit is contained in:
inxi-svn 2008-11-11 23:42:51 +00:00
parent 0ad0f3197b
commit 1404ceca7d

2
inxi
View file

@ -578,7 +578,7 @@ get_parameters()
;;
http*)
# first test provided url to avoid overwriting file with null
wget --spider "$OPTARG$SCRIPT_NAME"
wget -q --spider "$OPTARG$SCRIPT_NAME"
if [[ $? -eq 0 ]];then
script_self_updater "$OPTARG" 'alt server'
else