From 2f3e93c6192e646f6b561eadd09e76709f595ef7 Mon Sep 17 00:00:00 2001 From: Dirk Gustke Date: Sun, 28 Jan 2018 13:15:41 +0100 Subject: [PATCH] fix_properly_set_ftb_properties - revert disfunctional change --- minecraft-server/start-deployFTB | 1 - 1 file changed, 1 deletion(-) diff --git a/minecraft-server/start-deployFTB b/minecraft-server/start-deployFTB index 00fb5e82..1ce4cbd6 100755 --- a/minecraft-server/start-deployFTB +++ b/minecraft-server/start-deployFTB @@ -53,7 +53,6 @@ if [ ! -d ${FTB_DIR} ]; then mkdir -p ${FTB_DIR} unzip -o ${srv_modpack} -d ${FTB_DIR} | awk '{printf "."} END {print ""}' cp -f /data/eula.txt ${FTB_DIR}/eula.txt - ln -snf /data/server.properties ${FTB_DIR}/server.properties fi export FTB_SERVER_START=${FTB_DIR}/ServerStart.sh chmod a+x ${FTB_SERVER_START}