mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
parent
0198c15b8c
commit
f97cea4b06
@ -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" "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user