mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-06-01 00:19:44 +00:00
Update start-deployPaper (#2216)
This commit is contained in:
@@ -17,7 +17,7 @@ elif [[ $PAPER_DOWNLOAD_URL ]]; then
|
|||||||
if ! mc-image-helper install-paper \
|
if ! mc-image-helper install-paper \
|
||||||
--output-directory=/data \
|
--output-directory=/data \
|
||||||
--results-file="$resultsFile" \
|
--results-file="$resultsFile" \
|
||||||
--url="$PAPER_DOWNLOAD_URL}"; then
|
--url="$PAPER_DOWNLOAD_URL"; then
|
||||||
log "ERROR: failed to download from custom PaperMC URL"
|
log "ERROR: failed to download from custom PaperMC URL"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user