From fac72eac9defb24b37c4fb43fa9f6813f70315b6 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sat, 16 Jul 2022 10:01:08 -0500 Subject: [PATCH] TYPE=CURSEFORGE also looks for start.sh (#1605) --- scripts/start-deployCF | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/start-deployCF b/scripts/start-deployCF index 8214eb69..948e28c0 100755 --- a/scripts/start-deployCF +++ b/scripts/start-deployCF @@ -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