From 80099ad63dd05e3c4f852450d2996cd4fc2f5e52 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sun, 14 Jun 2020 11:14:11 -0500 Subject: [PATCH] Added debug option to dump managed server.properties --- start-finalSetup04ServerProperties | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/start-finalSetup04ServerProperties b/start-finalSetup04ServerProperties index ea92f88e..d95ddaa1 100644 --- a/start-finalSetup04ServerProperties +++ b/start-finalSetup04ServerProperties @@ -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 $@