From 51a60f14821cb3ca54848e94694b3dda045fe666 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Thu, 5 Oct 2017 20:39:30 +0530 Subject: Make oclip.sh from onap.sh Issue-Id: CLI-66 Change-Id: I88345b358c70c3f9048bea1ac7a34a5263e970c4 Signed-off-by: Kanagaraj Manickam k00365106 --- deployment/zip/installer/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deployment/zip/installer') diff --git a/deployment/zip/installer/install.sh b/deployment/zip/installer/install.sh index 177656a9..f98198f2 100644 --- a/deployment/zip/installer/install.sh +++ b/deployment/zip/installer/install.sh @@ -47,10 +47,10 @@ wget -O $CLI_ZIP $CLI_LATEST_BINARY unzip $CLI_ZIP if [ ! -d ./data ]; then mkdir ./data; fi if [ ! -d ./open-cli-schema ]; then mkdir ./open-cli-schema; fi -chmod +x ./bin/onap.sh +chmod +x ./bin/oclip.sh #Make onap available in path -ln ./bin/onap.sh $CLI_BIN +ln ./bin/oclip.sh $CLI_BIN #Print the version onap -v -- cgit 1.2.3-korg