aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKanagaraj Manickam <kanagaraj.manickam@huawei.com>2017-10-11 09:52:28 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-11 09:52:28 +0000
commitd17c0d3a029bff4b28c1c52f02acb0031b1b2809 (patch)
tree59a23593f3a11b71fe4b3e4b72a8c7ca1e91b731
parentc3115733dc008134840c17832f86cb59e08677b5 (diff)
parenta5786e5c052cf930ea9fcd44ce95705dc7e268b4 (diff)
Merge "Add CLI_PRODUCT_VERION in install.sh"
-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 ]