From 736969f570e0fc96b230b5f59e11363574e0a623 Mon Sep 17 00:00:00 2001 From: Craig J Smith Date: Tue, 13 Jun 2023 19:53:04 -0700 Subject: [PATCH] Update start-deployPaper `--url` argument had errant `}` appended to the env var. removed so this will work again! --- scripts/start-deployPaper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start-deployPaper b/scripts/start-deployPaper index e359bee33bd..a72f7ab4835 100755 --- a/scripts/start-deployPaper +++ b/scripts/start-deployPaper @@ -17,7 +17,7 @@ elif [[ $PAPER_DOWNLOAD_URL ]]; then if ! mc-image-helper install-paper \ --output-directory=/data \ --results-file="$resultsFile" \ - --url="$PAPER_DOWNLOAD_URL}"; then + --url="$PAPER_DOWNLOAD_URL"; then log "ERROR: failed to download from custom PaperMC URL" exit 1 fi