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 9e50cef75e)
changes/20/38020/2
Mykola Malkov 7 years ago
parent 124afda4f1
commit da82fe554a

@ -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
}

Loading…
Cancel
Save