autocf: use VERSION resolved from modpack (#2072)

This commit is contained in:
Geoff Bourne
2023-04-08 19:03:46 -05:00
committed by GitHub
parent f6ab2aaab3
commit 326c43e544
2 changed files with 4 additions and 1 deletions

View File

@@ -65,5 +65,8 @@ set -a
# shellcheck disable=SC1090
source "${resultsFile}"
set +a
# grab the version resolved from modpack
VANILLA_VERSION="$VERSION"
export VANILLA_VERSION
exec "${SCRIPTS:-/}start-setupWorld" "$@"