summaryrefslogtreecommitdiffstats
path: root/deployment/zip/installer/install.sh
diff options
context:
space:
mode:
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>2018-04-18 06:10:17 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-18 06:10:17 +0000
commit3fd14ba470bee167f01e2c29be02607085220044 (patch)
tree3249775cf929d982151dd48a9d51ec92c8caf10a /deployment/zip/installer/install.sh
parenteda59089e0d05bac852093c24db6dc34e4c0c89d (diff)
parent60de9607d95ed3c0733e2dac436cc39da1d13289 (diff)
Merge changes Ib986931f,I3abfe1a5,I2df477bb,Iae51b3c6,Id22e629a, ...
* changes: Update OCLIP commands details Update the architecture document with cache Remove unused images in docs Add onap cmd alias in CLI docker Set CLI version to 2.0.0 Set logging level to INFO by default Add onap cmd alias to oclip Disable debug while starting cli in ALL mode
Diffstat (limited to 'deployment/zip/installer/install.sh')
-rw-r--r--deployment/zip/installer/install.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/deployment/zip/installer/install.sh b/deployment/zip/installer/install.sh
index ae702271..4503c371 100644
--- a/deployment/zip/installer/install.sh
+++ b/deployment/zip/installer/install.sh
@@ -28,8 +28,11 @@ chmod +x ./bin/oclip.sh
#Make oclip available in path
ln -sf ./bin/oclip.sh /usr/bin/oclip
+ln -sf ./bin/oclip.sh /usr/bin/onap
#Print the version
oclip -v
+onap -v
+
cd - \ No newline at end of file