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 ..."