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