summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbfox <bfox>2001-08-01 20:02:32 +0000
committerbfox <bfox>2001-08-01 20:02:32 +0000
commit86f36a988adf17033bb312b38e191ca9c4113eab (patch)
treed4de9cd11c95b5c0fb1558007a6a5a1bf827bd18
parente90b39e70c0169a7fe99abbde454ae7d648b12b2 (diff)
downloadanaconda-86f36a988adf17033bb312b38e191ca9c4113eab.tar.gz
anaconda-86f36a988adf17033bb312b38e191ca9c4113eab.tar.xz
anaconda-86f36a988adf17033bb312b38e191ca9c4113eab.zip
allow firewall config to work in reconfig mode
-rw-r--r--firewall.py2
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: