diff options
author | Marco Platania <platania@research.att.com> | 2017-08-11 08:47:01 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-08-11 08:47:01 -0400 |
commit | 5060d16c99f68b7a8ae0699dfda8ce673b8954e7 (patch) | |
tree | 3aeefb526b6d6174567ee1a0dc0280abc929b22c /vnfs | |
parent | 0f58d9b380c719501e597867f4e9fbfd6bb201ed (diff) |
Fix path to KEA-DHCP in install script
Change-Id: I7098a57356875e0320a9a3bd161f932bd779492c
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'vnfs')
-rw-r--r-- | vnfs/vCPE/scripts/v_dhcp_install.sh | 2 |
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 |