aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--deployment/zip/installer/install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/zip/installer/install.sh b/deployment/zip/installer/install.sh
index d167a1a5..c5ec4216 100644
--- a/deployment/zip/installer/install.sh
+++ b/deployment/zip/installer/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 ]