From da82fe554a09c4a120baa98dd88e9200d506bfa7 Mon Sep 17 00:00:00 2001 From: Mykola Malkov Date: Wed, 17 Oct 2018 14:32:10 +0300 Subject: [PATCH] TT#44969 Pass NGCPUPLOAD option to configuration tool This variable should be defined either it true or false. Change-Id: Ib85ec087ffa559ff2420004c4e635ebef07a4f14 (cherry picked from commit 9e50cef75ed82c4ab03c008996d57d4b285363d2) --- templates/scripts/includes/deployment.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/scripts/includes/deployment.sh b/templates/scripts/includes/deployment.sh index c44522c..8f740f9 100755 --- a/templates/scripts/includes/deployment.sh +++ b/templates/scripts/includes/deployment.sh @@ -1576,6 +1576,8 @@ EOF if "${TRUNK_VERSION}" && checkBootParam ngcpupload ; then echo "NGCPUPLOAD=true" >> "${TARGET}/etc/ngcp-installer/config_deploy.inc" + else + echo "NGCPUPLOAD=false" >> "${TARGET}/etc/ngcp-installer/config_deploy.inc" fi }