Update start-deployFTB

This commit is contained in:
Dirk Gustke 2018-01-27 15:33:50 +01:00 committed by GitHub
parent e42e9ac489
commit 4fb881a583
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
cp -f ${FTB_DIR}/server.properties /data/server.properties
ln -snf /data/server.properties ${FTB_DIR}/server.properties
fi
export FTB_SERVER_START=${FTB_DIR}/ServerStart.sh