aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/zip/installer
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/zip/installer')
-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 ]
href='#n105'>105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135