summaryrefslogtreecommitdiff
path: root/functions/configuration.sh
diff options
context:
space:
mode:
authorLyndon Brown <jnqnfe@gmail.com>2020-04-06 18:39:35 +0100
committerRaphaƫl Hertzog <hertzog@debian.org>2020-04-23 16:54:31 +0000
commit41738b1932f0830a2b7eb92e62540a2246105a11 (patch)
tree58bf5f2c7f4249eff18ec8f1231e3a1103afdabb /functions/configuration.sh
parentcb44c128e01f9408ba5bf9dbf6ce9dc8bb2c184e (diff)
downloadvyos-live-build-41738b1932f0830a2b7eb92e62540a2246105a11.tar.gz
vyos-live-build-41738b1932f0830a2b7eb92e62540a2246105a11.zip
config: s/LIVE_CONFIGURATION_VERSION/LB_CONFIGURATION_VERSION/
Diffstat (limited to 'functions/configuration.sh')
-rwxr-xr-xfunctions/configuration.sh3
1 files changed, 2 insertions, 1 deletions
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}"