From cc7a97926997e64846b6d77ecbdb9989150748c1 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Mon, 25 Jun 2012 23:58:29 +0000 Subject: [PATCH] debugged, final tarball for this round. --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 5a9615f..65aa7b6 100755 --- a/inxi +++ b/inxi @@ -1283,7 +1283,7 @@ script_self_updater() if [[ $wget_man_error -eq 0 ]];then print_screen_output "Man file download URL verified: $MAN_FILE_DOWNLOAD" print_screen_output "Downloading Man page file now." - wget -O $man_file_path $MAN_FILE_DOWNLOAD || wget_man_error=$? + wget -q -O $man_file_path $MAN_FILE_DOWNLOAD || wget_man_error=$? if [[ $wget_man_error -gt 0 ]];then print_screen_output "Oh no! Something went wrong downloading the Man gz file at: $MAN_FILE_DOWNLOAD" print_screen_output "Check the error messages for what happened. Error: $wget_man_error"