mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-08-04 22:52:17 +00:00
Merge pull request #249 from duaneg/master
mc: run FTB installer from correct location
This commit is contained in:
@@ -87,11 +87,11 @@ fi
|
|||||||
|
|
||||||
if [ -e ${FTB_DIR}/FTBInstall.sh ]; then
|
if [ -e ${FTB_DIR}/FTBInstall.sh ]; then
|
||||||
pushd ${FTB_DIR}
|
pushd ${FTB_DIR}
|
||||||
sh ${FTB_DIR}/FTBInstall.sh
|
sh FTBInstall.sh
|
||||||
popd
|
popd
|
||||||
elif [ -e ${FTB_DIR}/Install.sh ]; then
|
elif [ -e ${FTB_DIR}/Install.sh ]; then
|
||||||
pushd ${FTB_DIR}
|
pushd ${FTB_DIR}
|
||||||
sh ${FTB_DIR}/Install.sh
|
sh Install.sh
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user