aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2017-08-11 08:47:01 -0400
committerMarco Platania <platania@research.att.com>2017-08-11 08:47:01 -0400
commit5060d16c99f68b7a8ae0699dfda8ce673b8954e7 (patch)
tree3aeefb526b6d6174567ee1a0dc0280abc929b22c
parent0f58d9b380c719501e597867f4e9fbfd6bb201ed (diff)
Fix path to KEA-DHCP in install script
Change-Id: I7098a57356875e0320a9a3bd161f932bd779492c Signed-off-by: Marco Platania <platania@research.att.com>
-rw-r--r--vnfs/vCPE/scripts/v_dhcp_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnfs/vCPE/scripts/v_dhcp_install.sh b/vnfs/vCPE/scripts/v_dhcp_install.sh
index 1d864dfa..025b1980 100644
--- a/vnfs/vCPE/scripts/v_dhcp_install.sh
+++ b/vnfs/vCPE/scripts/v_dhcp_install.sh
@@ -55,7 +55,7 @@ sleep 1
# download the kea hook
cd /opt
-wget $REPO_URL_ARTIFACTS/org/onap/demo/vnf/vcpe/kea-sdnc-notify-mod/$DEMO_ARTIFACTS_VERSION/kea-sdnc-notify-mod.tar.gz
+wget $REPO_URL_ARTIFACTS/org/onap/demo/vnf/vcpe/kea-sdnc-notify-mod/$DEMO_ARTIFACTS_VERSION/kea-sdnc-notify-mod-$DEMO_ARTIFACTS_VERSION-demo.tar.gz
tar -zxvf kea-sdnc-notify-mod.tar.gz
mv kea-sdnc-notify-mod VDHCP
rm *.tar.gz