From 7761d4711dd27a5adf9c9c4cbad4f8dc870c049a Mon Sep 17 00:00:00 2001 From: CerberusV1 Date: Sat, 12 Oct 2024 14:23:51 +0200 Subject: [PATCH] should be fixed? --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index a092510..376cbd6 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 -P $server_dir "$URL" > /dev/null 2>&1 & # no output for wget PID=$! ( while kill -0 $PID 2> /dev/null; do