From 7adf98e4528af0dfd4039cc88e438c7779ab48dc Mon Sep 17 00:00:00 2001 From: Sebastien Date: Thu, 1 Mar 2018 16:07:26 +0100 Subject: [PATCH] no quiet i says --- DownloadLast.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DownloadLast.sh b/DownloadLast.sh index c449b0a..eed4a3d 100755 --- a/DownloadLast.sh +++ b/DownloadLast.sh @@ -14,6 +14,6 @@ jarFile=$(grep -oPm1 "(?<=)[^<]+" <<< "$data") -wget ${base_url}"/artifact/"${relativePath} -O bot.jar -q +wget ${base_url}"/artifact/"${relativePath} -O bot.jar -nq