diff options
author | Dan Radez <dradez@redhat.com> | 2016-09-21 14:13:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-21 14:13:59 +0000 |
commit | 4523fd8c90acf923a526cae390922c1dbcd6220e (patch) | |
tree | 641b5aaeefcfff9ba567b427aa6481255e22850b /lib/parse-functions.sh | |
parent | 8b6af178a5987f16325771691bde5956111cda01 (diff) | |
parent | b6bda2fe154d067084a99733f42663252ff9b399 (diff) |
Merge "Handling file loads and tmp dirs differently"
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 40cdb826..ef388f44 100755 --- a/lib/parse-functions.sh +++ b/lib/parse-functions.sh @@ -65,7 +65,7 @@ parse_network_settings() { done fi - if output=$(python3 -B $LIB/python/apex_python_utils.py parse-net-settings -s $NETSETS $net_isolation_arg -e $CONFIG/network-environment.yaml $parse_ext); then + if output=$(python3 -B $LIB/python/apex_python_utils.py parse-net-settings -s $NETSETS $net_isolation_arg -td $APEX_TMP_DIR -e $CONFIG/network-environment.yaml $parse_ext); then echo -e "${blue}${output}${reset}" eval "$output" else |