diff options
author | Tim Rozet <trozet@redhat.com> | 2016-08-09 15:37:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-09 15:37:11 +0000 |
commit | 9be56bb3c62fd07e5524c76256b964bb4988baf2 (patch) | |
tree | 8c578530b784283607a673d5e491fedb2f780411 /lib/parse-functions.sh | |
parent | 5c9e135ccc5867ebf26bbe594cbd9964582a237d (diff) | |
parent | d5f0e0d3cd0ca88962c3f6d57d22ae27f2e3a5f1 (diff) |
Merge "Fix network_isolation argparse issue"
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 e8dd982d..0be62e25 100755 --- a/lib/parse-functions.sh +++ b/lib/parse-functions.sh @@ -63,7 +63,7 @@ parse_network_settings() { fi done - if output=$(python3.4 -B $LIB/python/apex_python_utils.py parse-net-settings -s $NETSETS -i $net_isolation_enabled -e $CONFIG/network-environment.yaml $parse_ext); then + if output=$(python3.4 -B $LIB/python/apex_python_utils.py parse-net-settings -s $NETSETS $net_isolation_arg -e $CONFIG/network-environment.yaml $parse_ext); then echo -e "${blue}${output}${reset}" eval "$output" else |