diff options
author | Marco Platania <platania@research.att.com> | 2017-04-24 09:26:03 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-04-24 09:26:03 -0400 |
commit | 7270048fdaa4409349b4ee0c4775dfecd544de1f (patch) | |
tree | c6d6b755aff32270e0c99cd47fadd988e95b4a55 /vnfs/vFW/scripts/v_sink_install.sh | |
parent | 366b7e2ea0e15889e3de08916c4406d98d6b509d (diff) |
fix issue with artifacts version in vFW
Change-Id: I8bec217e5813924de4ce17dc19dcb5c704917471
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'vnfs/vFW/scripts/v_sink_install.sh')
-rw-r--r-- | vnfs/vFW/scripts/v_sink_install.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vnfs/vFW/scripts/v_sink_install.sh b/vnfs/vFW/scripts/v_sink_install.sh index 748545e3..686fd3ae 100644 --- a/vnfs/vFW/scripts/v_sink_install.sh +++ b/vnfs/vFW/scripts/v_sink_install.sh @@ -1,7 +1,5 @@ #!/bin/bash -PROTECTED_NET_GW=$(cat /opt/config/protected_net_gw.txt) -UNPROTECTED_NET=$(cat /opt/config/unprotected_net.txt | cut -d'/' -f1) REPO_URL_BLOB=$(cat /opt/config/repo_url_blob.txt) INSTALL_SCRIPT_VERSION=$(cat /opt/config/install_script_version.txt) CLOUD_ENV=$(cat /opt/config/cloud_env.txt) |