From 1f18e460ca08b54a47993ddcce7934012c85f60a Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Tue, 1 Aug 2017 15:06:44 -0400 Subject: Move poms/scripts from OpenECOMP to ONAP Change-Id: I733aa812860e5126ffbf1242780006a611e0a694 Signed-off-by: Marco Platania --- boot/portal_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boot/portal_install.sh') diff --git a/boot/portal_install.sh b/boot/portal_install.sh index cf4788f5..6b1c34f0 100644 --- a/boot/portal_install.sh +++ b/boot/portal_install.sh @@ -52,8 +52,8 @@ apt-get update apt-get install -y apt-transport-https ca-certificates wget openjdk-8-jdk git unzip mysql-client-core-5.6 ntp ntpdate make # Download scripts from Nexus -curl -k $NEXUS_REPO/org.openecomp.demo/boot/$ARTIFACTS_VERSION/portal_vm_init.sh -o /opt/portal_vm_init.sh -curl -k $NEXUS_REPO/org.openecomp.demo/boot/$ARTIFACTS_VERSION/portal_serv.sh -o /opt/portal_serv.sh +curl -k $NEXUS_REPO/org.onap.demo/boot/$ARTIFACTS_VERSION/portal_vm_init.sh -o /opt/portal_vm_init.sh +curl -k $NEXUS_REPO/org.onap.demo/boot/$ARTIFACTS_VERSION/portal_serv.sh -o /opt/portal_serv.sh chmod +x /opt/portal_vm_init.sh chmod +x /opt/portal_serv.sh mv /opt/portal_serv.sh /etc/init.d -- cgit 1.2.3-korg