diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-10-11 15:23:18 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-10-11 15:23:18 +0530 |
commit | 7478dcf3b9e9634d664ee5a3ad4a7cb58ae93c11 (patch) | |
tree | 511059195630224b255ed4ceddd892ae07170c25 /boot/cli_install.sh | |
parent | 155b752b944d11b6213d1d5cae5194a52a4630a9 (diff) |
Set CLI_PRODUCT_VERSION to onap-1.1 in CLI
CLI-40
Change-Id: Ic45bb549fbcc1e35418f8920823958229d255a63
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'boot/cli_install.sh')
-rw-r--r-- | boot/cli_install.sh | 1 |
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 ] |