mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-13 13:52:27 +00:00
parent
beeaf1a996
commit
959bf73485
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ else
|
||||||
|
|
||||||
log "Removing old PaperMC versions ..."
|
log "Removing old PaperMC versions ..."
|
||||||
paperJarSearchString=${SERVER/$build/[0-9]*}
|
paperJarSearchString=${SERVER/$build/[0-9]*}
|
||||||
find . -name "$paperJarSearchString" ! -name "$SERVER" -delete -print
|
find . -maxdepth 1 -name "$paperJarSearchString" ! -name "$SERVER" -delete -print
|
||||||
|
|
||||||
log "Downloading PaperMC $VANILLA_VERSION (build $build) ..."
|
log "Downloading PaperMC $VANILLA_VERSION (build $build) ..."
|
||||||
curl -fsSL -o "$SERVER" "${zarg[@]}" \
|
curl -fsSL -o "$SERVER" "${zarg[@]}" \
|
||||||
|
|
Loading…
Reference in a new issue