Merge "Set CLI_PRODUCT_VERSION to onap-1.1 in CLI"
authorMarco Platania <platania@research.att.com>
Wed, 11 Oct 2017 19:19:54 +0000 (19:19 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 11 Oct 2017 19:19:54 +0000 (19:19 +0000)
boot/cli_install.sh

index d167a1a..c5ec421 100644 (file)
@@ -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 ]