From 6b9033318be83bee371ba67ff61251b5ae52d7ea Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sun, 3 Sep 2017 20:20:25 -0500 Subject: [PATCH] [mc] For FTB pass-thru custom mod URLs for #155 --- minecraft-server/start-minecraft.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/minecraft-server/start-minecraft.sh b/minecraft-server/start-minecraft.sh index 54afc7c8..f728a145 100755 --- a/minecraft-server/start-minecraft.sh +++ b/minecraft-server/start-minecraft.sh @@ -270,9 +270,9 @@ function installFTB { local srv_modpack=${FTB_SERVER_MOD} if isURL ${srv_modpack}; then case $srv_modpack in - */download) + https://www.feed-the-beast.com/*/download) break;; - *) + https://www.feed-the-beast.com/*) srv_modpack=${srv_modpack}/download;; esac local file=$(basename $(dirname $srv_modpack))