From 3444d88e4df3eb2cc5291a4c3af331ed380b9948 Mon Sep 17 00:00:00 2001 From: Dirk Gustke Date: Sat, 3 Feb 2018 15:24:37 +0100 Subject: [PATCH] this somehow deleted the correctly modified properties file. as this is just a redundant remnant, i removing this line is save and works better --- minecraft-server/start-minecraftFinalSetup | 1 - 1 file changed, 1 deletion(-) diff --git a/minecraft-server/start-minecraftFinalSetup b/minecraft-server/start-minecraftFinalSetup index a4e5c0fb..c15865c5 100755 --- a/minecraft-server/start-minecraftFinalSetup +++ b/minecraft-server/start-minecraftFinalSetup @@ -77,7 +77,6 @@ echo "Setting initial memory to ${INIT_MEMORY:-${MEMORY}} and max to ${MAX_MEMOR JVM_OPTS="-Xms${INIT_MEMORY:-${MEMORY}} -Xmx${MAX_MEMORY:-${MEMORY}} ${JVM_OPTS}" if [[ ${TYPE} == "FEED-THE-BEAST" ]]; then - cp -f $SERVER_PROPERTIES ${FTB_DIR}/server.properties cp -f /data/{eula,ops,white-list}.txt ${FTB_DIR}/ cd ${FTB_DIR} echo "Running FTB server modpack start ..."