diff --git a/once/get_updates.sh b/once/get_updates.sh index 2f6485b..e4903b4 100755 --- a/once/get_updates.sh +++ b/once/get_updates.sh @@ -61,9 +61,8 @@ obtain_remote_file() https://* ) wget "${mb_vendor}/${pathname}" \ --output-document="${pathname}" \ - --no-check-certificate \ - 2>/dev/null - ;; + --no-check-certificate + ;; * ) error_msg "Invalid prefix in path argument ${pathname}"