mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-04-10 23:58:52 +00:00
Trimmed back some ENV defaults from Dockerfile
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
set -e
|
||||
isDebugging && set -x
|
||||
|
||||
: ${LEVEL:=world}
|
||||
export LEVEL
|
||||
|
||||
if [ $TYPE = "FEED-THE-BEAST" ]; then
|
||||
worldDest=$FTB_DIR/$LEVEL
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user