From 664f3d7eaa2c607beb26fe297b3f87fee8f2c7c3 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Wed, 22 Apr 2020 17:08:07 -0500 Subject: [PATCH] Fixed latest Paper build to be "latest" --- start-deployPaper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-deployPaper b/start-deployPaper index a0d15e8d..59026a01 100644 --- a/start-deployPaper +++ b/start-deployPaper @@ -2,7 +2,7 @@ . /start-utils -PAPERBUILD=${PAPERBUILD:-LATEST} +: ${PAPERBUILD:=latest} export SERVER=paper_server-${VANILLA_VERSION}-${PAPERBUILD}.jar if [ ! -f "$SERVER" ] || [ -n "$FORCE_REDOWNLOAD" ]; then