diff options
author | bfox <bfox> | 2001-08-01 20:02:32 +0000 |
---|---|---|
committer | bfox <bfox> | 2001-08-01 20:02:32 +0000 |
commit | 86f36a988adf17033bb312b38e191ca9c4113eab (patch) | |
tree | d4de9cd11c95b5c0fb1558007a6a5a1bf827bd18 | |
parent | e90b39e70c0169a7fe99abbde454ae7d648b12b2 (diff) | |
download | anaconda-86f36a988adf17033bb312b38e191ca9c4113eab.tar.gz anaconda-86f36a988adf17033bb312b38e191ca9c4113eab.tar.xz anaconda-86f36a988adf17033bb312b38e191ca9c4113eab.zip |
allow firewall config to work in reconfig mode
-rw-r--r-- | firewall.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firewall.py b/firewall.py index b6df97303..1dbb4c04e 100644 --- a/firewall.py +++ b/firewall.py @@ -88,7 +88,7 @@ class Firewall: args = args + self.getArgList() try: - if flags.setupFilesystems: + if flags.setupFilesystems or flags.reconfig: iutil.execWithRedirect(args[0], args, root = instPath, stdout = None, stderr = None) else: |