diff --git a/minecraft-server/start-deployFTB b/minecraft-server/start-deployFTB index e70ad1b0..a6310a51 100755 --- a/minecraft-server/start-deployFTB +++ b/minecraft-server/start-deployFTB @@ -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