From 41738b1932f0830a2b7eb92e62540a2246105a11 Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Mon, 6 Apr 2020 18:39:35 +0100 Subject: config: s/LIVE_CONFIGURATION_VERSION/LB_CONFIGURATION_VERSION/ --- functions/configuration.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'functions') diff --git a/functions/configuration.sh b/functions/configuration.sh index 8f52739e1..de7ac0f9b 100755 --- a/functions/configuration.sh +++ b/functions/configuration.sh @@ -31,7 +31,8 @@ Prepare_config () _QUIET="${_QUIET:-false}" _VERBOSE="${_VERBOSE:-false}" - LIVE_CONFIGURATION_VERSION="${LIVE_CONFIGURATION_VERSION:-${LIVE_BUILD_VERSION}}" + LB_CONFIGURATION_VERSION="${LB_CONFIGURATION_VERSION:-${LIVE_BUILD_VERSION}}" + LIVE_CONFIGURATION_VERSION="${LB_CONFIGURATION_VERSION}" #for backwards compatibility with hooks LB_SYSTEM="${LB_SYSTEM:-live}" -- cgit v1.2.3