Add launch.sh start script to support multiple classic Technic modpacks (#1859)

This commit is contained in:
Jordy Hulck 2022-12-10 01:26:16 +01:00 committed by GitHub
parent e41ea3d1c8
commit d0c6143c0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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