mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-25 02:26:24 +00:00
@@ -217,9 +217,9 @@ if isTrue "${ENABLE_AUTOPAUSE}"; then
|
||||
fi
|
||||
fi
|
||||
|
||||
if isDebugging; then
|
||||
if isDebugging && [ -f "${SERVER_PROPERTIES}" ]; then
|
||||
log "DEBUG Dumping server.properties"
|
||||
cat "${SERVER_PROPERTIES}"
|
||||
fi
|
||||
|
||||
exec ${SCRIPTS:-/}start-setupEnvVariables $@
|
||||
exec "${SCRIPTS:-/}start-setupEnvVariables" "$@"
|
||||
|
||||
Reference in New Issue
Block a user