aboutsummaryrefslogtreecommitdiffstats
path: root/boot
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2017-10-11 19:19:54 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-11 19:19:54 +0000
commitc4e488b0e69567f49c1f5b17efa288116d125fe5 (patch)
tree3f04d4e6b1200bc879b13918d092dd49495cf145 /boot
parent8d7bf4de959c0a48c4ac91a2ba507889352d82b1 (diff)
parent7478dcf3b9e9634d664ee5a3ad4a7cb58ae93c11 (diff)
Merge "Set CLI_PRODUCT_VERSION to onap-1.1 in CLI"
Diffstat (limited to 'boot')
-rw-r--r--boot/cli_install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/cli_install.sh b/boot/cli_install.sh
index d167a1a5..c5ec4216 100644
--- a/boot/cli_install.sh
+++ b/boot/cli_install.sh
@@ -21,6 +21,7 @@ CLI_INSTALL_DIR=/opt/onap/cli
CLI_ZIP=cli.zip
CLI_BIN=/usr/bin/onap
export ONAP_CLI_HOME=$CLI_INSTALL_DIR
+export CLI_PRODUCT_VERSION=onap-1.1
#create install dir
if [ -d $CLI_INSTALL_DIR ]