diff options
Diffstat (limited to 'boot/dcae2_install.sh')
-rwxr-xr-x | boot/dcae2_install.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/boot/dcae2_install.sh b/boot/dcae2_install.sh index ac3c3b56..372c25b2 100755 --- a/boot/dcae2_install.sh +++ b/boot/dcae2_install.sh @@ -46,9 +46,7 @@ apt-get update apt-get install --allow-unauthenticated -y apt-transport-https ca-certificates wget git ntp ntpdate python python-pip # Download scripts from Nexus -if [ ! -e /opt/dcae2_vm_init.sh ]; then curl -k "$NEXUS_REPO/org.onap.demo/boot/$ARTIFACTS_VERSION/dcae2_vm_init.sh" -o /opt/dcae2_vm_init.sh -fi curl -k "$NEXUS_REPO/org.onap.demo/boot/$ARTIFACTS_VERSION/dcae2_serv.sh" -o /opt/dcae2_serv.sh chmod +x /opt/dcae2_vm_init.sh chmod +x /opt/dcae2_serv.sh @@ -108,4 +106,4 @@ chmod 777 /opt/app/config/key cd /opt -#./dcae2_vm_init.sh +./dcae2_vm_init.sh |