mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-13 22:02:28 +00:00
fix_properly_set_ftb_properties - revert disfunctional change
This commit is contained in:
parent
59753d8310
commit
2f3e93c619
1 changed files with 0 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue