diff options
author | Marco Platania <platania@research.att.com> | 2019-07-30 17:40:54 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2019-07-30 17:40:54 -0400 |
commit | 9635f49de43693348b4347768d7a66fa56b46ff8 (patch) | |
tree | 96fa634c0e28cb028d6d5c48b0519ae382c2bf9e /vnfs/vLBMS/scripts/v_dns_init.sh | |
parent | 17b851b0c50b52bea6f8d8b88ed389d4d925a0f2 (diff) |
Fix path to honeycomb in vLB/vDNS scripts
Issue-ID: INT-1166
Signed-off-by: Marco Platania <platania@research.att.com>
Change-Id: I8d26a78a6936ad32dc75cd8ec12cdf611c2b8180
Diffstat (limited to 'vnfs/vLBMS/scripts/v_dns_init.sh')
-rw-r--r-- | vnfs/vLBMS/scripts/v_dns_init.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vnfs/vLBMS/scripts/v_dns_init.sh b/vnfs/vLBMS/scripts/v_dns_init.sh index e9b08bf6..aaafc783 100644 --- a/vnfs/vLBMS/scripts/v_dns_init.sh +++ b/vnfs/vLBMS/scripts/v_dns_init.sh @@ -1,9 +1,8 @@ #!/bin/bash # Start Honeycomb -VERSION=$(cat /opt/config/demo_artifacts_version.txt) cd /opt -./honeycomb/vlb-vnf-onap-distribution-$VERSION/honeycomb &>/var/log/honeycomb.log &disown +./honeycomb/honeycomb &>/var/log/honeycomb.log &disown sleep 10 #Set GRE tunnel |