Skip to content

Commit

Permalink
Merge pull request #1597 from GiganticMinecraft/world_downloader_log
Browse files Browse the repository at this point in the history
add logging in world downloder
  • Loading branch information
outductor authored Dec 22, 2023
2 parents 353272d + e1ff90f commit 3a24716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ spec:
command:
- "sh"
- "-c"
- 'wget -qO- "${WORLD_URL}" | tar -xz -C /data'

- 'echo "start downloading world data" && wget -qO- "${WORLD_URL}" | tar -xz -C /data && echo "successfully imported world data"'
containers:
- resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ spec:
command:
- "sh"
- "-c"
- 'wget -qO- "${WORLD_URL}" | tar -xz -C /data'

- 'echo "start downloading world data" && wget -qO- "${WORLD_URL}" | tar -xz -C /data && echo "successfully imported world data"'
containers:
- resources:
requests:
Expand Down

0 comments on commit 3a24716

Please sign in to comment.