mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-14 06:12:27 +00:00
Merge pull request #249 from duaneg/master
mc: run FTB installer from correct location
This commit is contained in:
commit
715d9be403
1 changed files with 2 additions and 2 deletions
|
@ -87,11 +87,11 @@ fi
|
|||
|
||||
if [ -e ${FTB_DIR}/FTBInstall.sh ]; then
|
||||
pushd ${FTB_DIR}
|
||||
sh ${FTB_DIR}/FTBInstall.sh
|
||||
sh FTBInstall.sh
|
||||
popd
|
||||
elif [ -e ${FTB_DIR}/Install.sh ]; then
|
||||
pushd ${FTB_DIR}
|
||||
sh ${FTB_DIR}/Install.sh
|
||||
sh Install.sh
|
||||
popd
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue