TYPE=CURSEFORGE also looks for start.sh (#1605)

This commit is contained in:
Geoff Bourne 2022-07-16 10:01:08 -05:00 committed by GitHub
parent f4eac20ff8
commit fac72eac9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,6 +148,7 @@ findStartScript() {
-o -name startserver.sh
-o -name StartServer.sh
-o -name run.sh
-o -name start.sh
)
if [ -d "${FTB_BASE_DIR}" ]; then