From 7a0f46e05b77d039c66ee48209944e9e5bf9cefd Mon Sep 17 00:00:00 2001 From: CerberusV1 Date: Fri, 11 Oct 2024 18:58:35 +0200 Subject: [PATCH] maybe --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index 6826718..a8531ce 100755 --- a/deploy.sh +++ b/deploy.sh @@ -120,7 +120,7 @@ URL="https://maven.minecraftforge.net/net/minecraftforge/forge/${mc_forge_versio echo "Downloading installer" -wget "$working_dir" "$URL" & +wget "$working_dir" -P "$URL" > /dev/null & PID=$! ( @@ -129,7 +129,7 @@ PID=$! sleep 2 done echo "Download finished." -) & +) && wait $PID