From a26361c79f33c4fe736c246cb0d74dda7fc54ed0 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sun, 26 Jul 2020 13:07:30 -0500 Subject: [PATCH] misc: Renamed start-deployCF to align with multiarch branch --- start-configuration | 2 +- start-deployFTB => start-deployCF | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename start-deployFTB => start-deployCF (100%) 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