summaryrefslogtreecommitdiffstats
path: root/lib/parse-functions.sh
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2016-12-21 09:53:06 -0500
committerDan Radez <dradez@redhat.com>2016-12-21 10:41:01 -0500
commita19cf619b0ca81db662b1167a94350f6c72c8220 (patch)
tree90bee8cb00d05853355efb08c73e655be0aa6f96 /lib/parse-functions.sh
parenta90e29d412664322bb5b0602ae4870439a0ed038 (diff)
Updating ENV var names to better reflect what they point to
- Also removing a stale file Change-Id: Ice2f9b4f9961bcd7f05278f11995aa0af237ac8e Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'lib/parse-functions.sh')
-rwxr-xr-xlib/parse-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/parse-functions.sh b/lib/parse-functions.sh
index 84da75c5..9d95bbc4 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