diff options
author | Marco Platania <platania@research.att.com> | 2017-10-11 19:19:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-11 19:19:54 +0000 |
commit | c4e488b0e69567f49c1f5b17efa288116d125fe5 (patch) | |
tree | 3f04d4e6b1200bc879b13918d092dd49495cf145 /boot | |
parent | 8d7bf4de959c0a48c4ac91a2ba507889352d82b1 (diff) | |
parent | 7478dcf3b9e9634d664ee5a3ad4a7cb58ae93c11 (diff) |
Merge "Set CLI_PRODUCT_VERSION to onap-1.1 in CLI"
Diffstat (limited to 'boot')
-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 ] |