mirror of
https://github.com/itzg/docker-minecraft-server
synced 2025-03-05 07:37:19 +00:00
Auto-merging via docker-versions-create
This commit is contained in:
commit
3ca514f2b2
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ else
|
|||
worldDest=/data/$LEVEL
|
||||
fi
|
||||
|
||||
if [[ "$WORLD" ]] && isTrue "${FORCE_WORLD_COPY}" || [ ! -d "$worldDest" ]; then
|
||||
if [[ "$WORLD" ]] && ( isTrue "${FORCE_WORLD_COPY}" || [ ! -d "$worldDest" ] ); then
|
||||
if isURL $WORLD; then
|
||||
curl -fsSL "$WORLD" -o /tmp/world.zip
|
||||
zipSrc=/tmp/world.zip
|
||||
|
|
Loading…
Add table
Reference in a new issue