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