mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
Added debug option to dump managed server.properties
This commit is contained in:
parent
b273bf2947
commit
80099ad63d
@ -189,4 +189,9 @@ if isTrue "${ENABLE_AUTOPAUSE}"; then
|
||||
fi
|
||||
fi
|
||||
|
||||
if isDebugging; then
|
||||
log "DEBUG Dumping server.properties"
|
||||
cat /data/server.properties
|
||||
fi
|
||||
|
||||
exec /start-finalSetup05EnvVariables $@
|
||||
|
Loading…
Reference in New Issue
Block a user