diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-10-06 23:26:20 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-11-20 12:42:00 +0530 |
commit | 7259212791972fc10e41210487ff0f780ab024a6 (patch) | |
tree | 7d324b6eeee6ccd8cc367d88532e60b7953d636d /deployment/zip | |
parent | 1845026e0f1ef61d64faf5ddab197f1bfc3a4f42 (diff) |
Onap to Oclip text migration
Issue-Id: CLI-66
Change-Id: I58e98952c61902e34585e9defabc36d1233a99a4
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'deployment/zip')
-rw-r--r-- | deployment/zip/installer/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/zip/installer/install.sh b/deployment/zip/installer/install.sh index f98198f2..71488dae 100644 --- a/deployment/zip/installer/install.sh +++ b/deployment/zip/installer/install.sh @@ -49,7 +49,7 @@ if [ ! -d ./data ]; then mkdir ./data; fi if [ ! -d ./open-cli-schema ]; then mkdir ./open-cli-schema; fi chmod +x ./bin/oclip.sh -#Make onap available in path +#Make oclip available in path ln ./bin/oclip.sh $CLI_BIN #Print the version |