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

View File

@@ -109,7 +109,7 @@ case "${TYPE^^}" in
;;
FTB|CURSEFORGE)
exec ${SCRIPTS:-/}start-deployFTB "$@"
exec ${SCRIPTS:-/}start-deployCF "$@"
;;
VANILLA)