aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-10-11 14:24:53 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-10-11 14:24:53 +0530
commita5786e5c052cf930ea9fcd44ce95705dc7e268b4 (patch)
tree5faee87b7a588fa0ad7b96e2044cf778dd8eda9c /deployment
parentd4309326fbbb01c89e7bf88c656ac6e224b1b7a3 (diff)
Add CLI_PRODUCT_VERION in install.sh
CLI-2 Change-Id: I6be8f5cc274b913ab469438c77251a6ab791e09f Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'deployment')
-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 ]