From c4afc9e1205007cc2863b8efe99da2826ac8a68f Mon Sep 17 00:00:00 2001 From: CerberusV1 Date: Sat, 12 Oct 2024 14:13:07 +0200 Subject: [PATCH] wat --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 608ec6e..8b0ada3 100755 --- a/deploy.sh +++ b/deploy.sh @@ -156,7 +156,7 @@ URL="https://maven.minecraftforge.net/net/minecraftforge/forge/${version}/forge- # Downloading Installer # -------------------------------------------------------- -echo "Downloading Installer" +echo "Downloading Installer..." wget "$server_dir" "$URL" > /dev/null 2>&1 & # no output for wget PID=$! (