From 8794af8a69b47ac8f66d3dda7ae176e0e9655f7a Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 25 Sep 2020 16:54:00 +0000 Subject: once/get_updates.sh: obtain_remote_file(): do not suppress error messages. --- once/get_updates.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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}" -- cgit v1.2.3