From 1404ceca7d1ca1229c2f8eb8414dace44d52e397 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Tue, 11 Nov 2008 23:42:51 +0000 Subject: [PATCH] (No version change) and added -q to testing wget as well... --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index bdea810..129f0be 100755 --- a/inxi +++ b/inxi @@ -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