From a5786e5c052cf930ea9fcd44ce95705dc7e268b4 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Wed, 11 Oct 2017 14:24:53 +0530 Subject: Add CLI_PRODUCT_VERION in install.sh CLI-2 Change-Id: I6be8f5cc274b913ab469438c77251a6ab791e09f Signed-off-by: Kanagaraj Manickam k00365106 --- deployment/zip/installer/install.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'deployment') 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 ] -- cgit 1.2.3-korg