From 87c23a287dcf9f24882c4dcfd5ff299c761f84c3 Mon Sep 17 00:00:00 2001 From: Kanagaraj M Date: Wed, 7 Aug 2019 14:53:22 +0530 Subject: Fix the oclip command name in vtp installer Issue-ID: CLI-169 Change-Id: Idde8f0ae9e0b8d4fff3c801046cdd2037c6a2731 Signed-off-by: Kanagaraj Manickam k00365106 --- vnfmarket-be/deployment/install/vtp_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnfmarket-be/deployment') diff --git a/vnfmarket-be/deployment/install/vtp_install.sh b/vnfmarket-be/deployment/install/vtp_install.sh index 49d1429b..795adc5c 100644 --- a/vnfmarket-be/deployment/install/vtp_install.sh +++ b/vnfmarket-be/deployment/install/vtp_install.sh @@ -116,7 +116,7 @@ function vtp_backend_install() { mkdir -p $OPEN_CLI_HOME unzip $VTP_STAGE_DIR/CLI.zip -d $OPEN_CLI_HOME - ln -s $OPEN_CLI_HOME/bin/oclip.sh $OPEN_CLI_HOME/bin/oclip + ln -s $OPEN_CLI_HOME/bin/oclip.sh /usr/bin/oclip echo $VTP_TRACK_MARK Configuring VTP Backend... -- cgit 1.2.3-korg