mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-08-04 14:42:17 +00:00
@@ -270,9 +270,9 @@ function installFTB {
|
|||||||
local srv_modpack=${FTB_SERVER_MOD}
|
local srv_modpack=${FTB_SERVER_MOD}
|
||||||
if isURL ${srv_modpack}; then
|
if isURL ${srv_modpack}; then
|
||||||
case $srv_modpack in
|
case $srv_modpack in
|
||||||
*/download)
|
https://www.feed-the-beast.com/*/download)
|
||||||
break;;
|
break;;
|
||||||
*)
|
https://www.feed-the-beast.com/*)
|
||||||
srv_modpack=${srv_modpack}/download;;
|
srv_modpack=${srv_modpack}/download;;
|
||||||
esac
|
esac
|
||||||
local file=$(basename $(dirname $srv_modpack))
|
local file=$(basename $(dirname $srv_modpack))
|
||||||
|
|||||||
Reference in New Issue
Block a user