From aba2b358f05cbefb82cc599466a7ace41c9f34be Mon Sep 17 00:00:00 2001 From: Sebastien Date: Thu, 1 Mar 2018 16:08:50 +0100 Subject: [PATCH] OK no verbose --- DownloadLast.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DownloadLast.sh b/DownloadLast.sh index eed4a3d..01b7c8a 100755 --- a/DownloadLast.sh +++ b/DownloadLast.sh @@ -14,6 +14,6 @@ jarFile=$(grep -oPm1 "(?<=)[^<]+" <<< "$data") -wget ${base_url}"/artifact/"${relativePath} -O bot.jar -nq +wget ${base_url}"/artifact/"${relativePath} -O bot.jar -nv