diff --git a/deploy.sh b/deploy.sh index 6ae6cb1..71007d7 100755 --- a/deploy.sh +++ b/deploy.sh @@ -121,6 +121,7 @@ URL="https://maven.minecraftforge.net/net/minecraftforge/forge/${mc_forge_versio echo "Downloading installer" wget "$working_dir" "$URL" & +PID=$! wait $PID echo "Installing Server"