mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-24 10:06:23 +00:00
Added debug option to dump managed server.properties
This commit is contained in:
@@ -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 $@
|
||||
|
||||
Reference in New Issue
Block a user