diff options
author | Chris Donley <christopher.donley@huawei.com> | 2018-03-29 15:57:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-29 15:57:25 +0000 |
commit | f2e67cf2d7f790c039ebb4b9cfb56f69b2b78dbe (patch) | |
tree | 1cbd76e662393d1cbf66b3b57530d68c10ee65da /veslibrary/ves_clibrary/VESreporting_vFW/go-client.sh | |
parent | fec86afca1c91fef717f2ab09555ff9f29956bb8 (diff) | |
parent | c076f7ddb4cc27a3f626e5c9c96084f8109b6330 (diff) |
Merge "Update C library with https batch"
Diffstat (limited to 'veslibrary/ves_clibrary/VESreporting_vFW/go-client.sh')
-rwxr-xr-x | veslibrary/ves_clibrary/VESreporting_vFW/go-client.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/veslibrary/ves_clibrary/VESreporting_vFW/go-client.sh b/veslibrary/ves_clibrary/VESreporting_vFW/go-client.sh index 3d1b159..116f890 100755 --- a/veslibrary/ves_clibrary/VESreporting_vFW/go-client.sh +++ b/veslibrary/ves_clibrary/VESreporting_vFW/go-client.sh @@ -1,6 +1,6 @@ #!/bin/bash -export LD_LIBRARY_PATH="/opt/VES/libs/x86_64/" +export LD_LIBRARY_PATH="/opt/VES/evel/evel-library/libs/x86_64/" DCAE_COLLECTOR_IP=$(cat /opt/config/dcae_collector_ip.txt) DCAE_COLLECTOR_PORT=$(cat /opt/config/dcae_collector_port.txt) ./vpp_measurement_reporter $DCAE_COLLECTOR_IP $DCAE_COLLECTOR_PORT eth1 |