aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ]