diff --git a/scripts/start-deployCF b/scripts/start-deployCF index 1b39c3ecf37..908b6afb68d 100755 --- a/scripts/start-deployCF +++ b/scripts/start-deployCF @@ -24,6 +24,11 @@ loadForgeVars() { isDebugging && set -x +if [[ ${VERSION^^} == LATEST ]]; then + log "WARNING for the old TYPE=CURSEFORGE mechanism it is best to set VERSION to a specific value" +fi +resolveVersion + : "${FTB_BASE_DIR:=${CF_BASE_DIR:-/data/FeedTheBeast}}" export FTB_BASE_DIR