From 8897803efe8d97d8963ceca5f53b02367ccc9327 Mon Sep 17 00:00:00 2001 From: fithwum Date: Sat, 11 Nov 2023 20:38:05 -0800 Subject: [PATCH] test files --- testing/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test.sh b/testing/test.sh index d8150ff..bb10d08 100755 --- a/testing/test.sh +++ b/testing/test.sh @@ -9,4 +9,4 @@ MC_SERVER_FILE=$(curl -s $VERSION_CHECK | jq --raw-output '.downloads.server.url echo "Server url: $MC_SERVER_FILE" -wget --no-cache ${MC_SERVER_FILE} -O /mnt/Other/Dockers/minecraft/testing/server-${MC_VERSION}.jar \ No newline at end of file +wget --no-cache $MC_SERVER_FILE -O /mnt/Other/Dockers/minecraft/testing/server-$MC_VERSION.jar \ No newline at end of file