From a91268dffa66d2a0218276c91381e39e0d677539 Mon Sep 17 00:00:00 2001 From: CerberusV1 Date: Sat, 12 Oct 2024 14:19:03 +0200 Subject: [PATCH] dl fix?! --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 258d12d..df1bf86 100755 --- a/deploy.sh +++ b/deploy.sh @@ -157,7 +157,7 @@ URL="https://maven.minecraftforge.net/net/minecraftforge/forge/${version}/forge- # -------------------------------------------------------- echo "Downloading Installer..." -wget "$server_dir/" "$URL" > /dev/null 2>&1 & # no output for wget +wget $server_dir "$URL" > /dev/null 2>&1 & # no output for wget PID=$! ( while kill -0 $PID 2> /dev/null; do