From ce4b4ad2088e479633a324c150b94fcacf7e9675 Mon Sep 17 00:00:00 2001 From: Dirk Gustke Date: Sun, 28 Jan 2018 14:48:50 +0100 Subject: [PATCH] fix_properly_set_ftb_properties - use correct variable --- minecraft-server/start-finalSetup04ServerProperties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minecraft-server/start-finalSetup04ServerProperties b/minecraft-server/start-finalSetup04ServerProperties index a75d9a0a..b1f83539 100755 --- a/minecraft-server/start-finalSetup04ServerProperties +++ b/minecraft-server/start-finalSetup04ServerProperties @@ -13,7 +13,7 @@ function setServerProp { } # Deploy server.properties file -if [ ! -e $PROPERTIES_PATH ]; then +if [ ! -e $SERVER_PROPERTIES ]; then echo "Creating server.properties in ${SERVER_PROPERTIES}" cp /tmp/server.properties $SERVER_PROPERTIES