aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2017-08-10 14:12:31 -0400
committerMarco Platania <platania@research.att.com>2017-08-10 14:12:31 -0400
commit53d0828fca41263f09f710046503a742b76da29c (patch)
treec5bf241b332adfde2dfa48fa2495c4307f62fd0c /vnfs
parent58a1d61123d64a8c5d91b10ba9c5a0a27756cc2d (diff)
Fix path to KEA-DHCP in install script
Change-Id: Icd5ffa67d9b34162f183080470e9e309c03d5cd6 Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'vnfs')
-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 bf5b0981..1d864dfa 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/$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.tar.gz
tar -zxvf kea-sdnc-notify-mod.tar.gz
mv kea-sdnc-notify-mod VDHCP
rm *.tar.gz