misc: Renamed start-deployCF to align with multiarch branch

This commit is contained in:
Geoff Bourne
2020-07-26 13:07:30 -05:00
parent a486458a08
commit a26361c79f
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ case "${TYPE^^}" in
;; ;;
FTB|CURSEFORGE) FTB|CURSEFORGE)
exec ${SCRIPTS:-/}start-deployFTB "$@" exec ${SCRIPTS:-/}start-deployCF "$@"
;; ;;
VANILLA) VANILLA)
View File