From f46714f941d6b2e93a2df601f3120145bcd159e6 Mon Sep 17 00:00:00 2001 From: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com> Date: Wed, 23 Nov 2022 13:02:02 +0100 Subject: [PATCH] Add SERVER-START.sh as a possible entry script file name Used by https://www.curseforge.com/minecraft/modpacks/create-flavored --- scripts/start-deployCF | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/start-deployCF b/scripts/start-deployCF index f94ba3fa269..f02bb9bed80 100755 --- a/scripts/start-deployCF +++ b/scripts/start-deployCF @@ -144,6 +144,7 @@ findStartScript() { -o -name ServerStartLinux.sh -o -name LaunchServer.sh -o -name server-start.sh + -o -name SERVER-START.sh -o -name start-server.sh -o -name startserver.sh -o -name StartServer.sh