diff options
author | Dan Radez <dradez@redhat.com> | 2016-12-21 20:01:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-21 20:01:22 +0000 |
commit | 66ca37b6205d256454f2f1973de32ed7fa062902 (patch) | |
tree | 18d6a94fd2083e68a4f9cb58623824a233cb56ce /lib/parse-functions.sh | |
parent | 6a6e2dee30562e14a99bf979b65e6817ad08d75a (diff) | |
parent | a19cf619b0ca81db662b1167a94350f6c72c8220 (diff) |
Merge "Updating ENV var names to better reflect what they point to"
Diffstat (limited to 'lib/parse-functions.sh')
-rwxr-xr-x | lib/parse-functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/parse-functions.sh b/lib/parse-functions.sh index b1a61c3d..94eac01a 100755 --- a/lib/parse-functions.sh +++ b/lib/parse-functions.sh @@ -25,7 +25,7 @@ parse_network_settings() { done fi - if output=$(python3 -B $LIB/python/apex_python_utils.py parse-net-settings -s $NETSETS -td $APEX_TMP_DIR -e $CONFIG/network-environment.yaml $parse_ext); then + if output=$(python3 -B $LIB/python/apex_python_utils.py parse-net-settings -s $NETSETS -td $APEX_TMP_DIR -e $BASE/network-environment.yaml $parse_ext); then echo -e "${blue}${output}${reset}" eval "$output" else |