This commit is contained in:
CerberusV1
2024-10-12 14:21:41 +02:00
parent a91268dffa
commit 6632127d94

View File

@@ -157,7 +157,7 @@ URL="https://maven.minecraftforge.net/net/minecraftforge/forge/${version}/forge-
# -------------------------------------------------------- # --------------------------------------------------------
echo "Downloading Installer..." 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=$! PID=$!
( (
while kill -0 $PID 2> /dev/null; do while kill -0 $PID 2> /dev/null; do