mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-08 07:41:24 +00:00
mc: run FTB installer from correct location
We have pushd'ed into the directory so do not prefix the shell script with the directory name.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user