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