summaryrefslogtreecommitdiffstats
path: root/users.py
diff options
context:
space:
mode:
Diffstat (limited to 'users.py')
-rw-r--r--users.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/users.py b/users.py
index 07a536073..eb47da79e 100644
--- a/users.py
+++ b/users.py
@@ -228,7 +228,7 @@ class Authentication:
args = args + self.getArgList()
try:
- if flags.setupFilesystems:
+ if flags.setupFilesystems or flags.reconfig:
iutil.execWithRedirect(args[0], args,
stdout = None, stderr = None,
searchPath = 1,