mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 22:34:22 +00:00
Add launch.sh start script to support multiple classic Technic modpacks (#1859)
This commit is contained in:
parent
e41ea3d1c8
commit
d0c6143c0c
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ findStartScript() {
|
|||
-o -name StartServer.sh
|
||||
-o -name run.sh
|
||||
-o -name start.sh
|
||||
-o -name launch.sh
|
||||
)
|
||||
|
||||
if [ -d "${FTB_BASE_DIR}" ]; then
|
||||
|
|
Loading…
Reference in a new issue