From 41d254ab6f303be1a845df7add5e8cf10441ae12 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Wed, 20 Mar 2019 04:53:33 +0000 Subject: [PATCH] etc/profile.d/functions --- etc/profile.d/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile.d/functions b/etc/profile.d/functions index a508fbe7..4299dcfe 100755 --- a/etc/profile.d/functions +++ b/etc/profile.d/functions @@ -301,7 +301,7 @@ unzipurl() { # NB 20.03.19 # NB 20.03.19 file="/tmp/unzipurl.$$.zip" - wget "$url" -O "$file" && unzip -v "$file" + wget "$url" -O "$file" && unzip "$file" rm "$file" } -- 2.47.3