aboutsummaryrefslogtreecommitdiffstats
path: root/boot/cli_install.sh
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-09-27 17:09:55 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-09-28 16:48:22 +0530
commit5eb3ff09d43f70269c52a293f0a9a09378b070b2 (patch)
treec614b01afefff23c2c28eb047c60f46bd1b5ffc0 /boot/cli_install.sh
parent99065b70e22d2cbaebc01df6295531273024737a (diff)
Use onap cli for registering services to msb
MSB-83 Change-Id: Id2f591b6d7d7bfc92c399a07564f4cf06c5f6d4b Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'boot/cli_install.sh')
-rw-r--r--boot/cli_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/cli_install.sh b/boot/cli_install.sh
index 77400148..d167a1a5 100644
--- a/boot/cli_install.sh
+++ b/boot/cli_install.sh
@@ -39,7 +39,7 @@ apt-get install -y wget unzip
java -version
if [ $? == 127 ]
then
- apt-get install openjdk-8-jre
+ apt-get install -y openjdk-8-jre
fi
wget -O $CLI_ZIP $CLI_LATEST_BINARY