mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 06:14:14 +00:00
Update start-deployPaper (#2216)
This commit is contained in:
parent
8d53e82b33
commit
6359b5ce42
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue