summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xonce/get_updates.sh5
1 files 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}"