From 7259212791972fc10e41210487ff0f780ab024a6 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Fri, 6 Oct 2017 23:26:20 +0530 Subject: Onap to Oclip text migration Issue-Id: CLI-66 Change-Id: I58e98952c61902e34585e9defabc36d1233a99a4 Signed-off-by: Kanagaraj Manickam k00365106 --- deployment/zip/installer/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deployment/zip') 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 -- cgit 1.2.3-korg