diff --git a/start-configuration b/start-configuration index efb837aa..ea1e5cb8 100644 --- a/start-configuration +++ b/start-configuration @@ -109,7 +109,7 @@ case "${TYPE^^}" in ;; FTB|CURSEFORGE) - exec ${SCRIPTS:-/}start-deployFTB "$@" + exec ${SCRIPTS:-/}start-deployCF "$@" ;; VANILLA) diff --git a/start-deployFTB b/start-deployCF similarity index 100% rename from start-deployFTB rename to start-deployCF