From 6941e63a2ce2890c33d263a0913121294954a91f Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Tue, 28 Apr 2020 07:27:33 -0500 Subject: [PATCH] Added skipping of log4j config for Paper For #476 --- start-deployPaper | 1 + 1 file changed, 1 insertion(+) diff --git a/start-deployPaper b/start-deployPaper index 59026a01..07d77117 100644 --- a/start-deployPaper +++ b/start-deployPaper @@ -17,6 +17,7 @@ fi # Normalize on Spigot for operations below export TYPE=SPIGOT +export SKIP_LOG4J_CONFIG=true # Continue to Final Setup exec /start-finalSetup01World $@