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 c33e0ec4f..6a417c648 100644
--- a/users.py
+++ b/users.py
@@ -246,7 +246,7 @@ class Authentication:
args = args + self.getArgList()
try:
- if flags.setupFilesystems or flags.reconfig:
+ if flags.setupFilesystems:
iutil.execWithRedirect(args[0], args,
stdout = None, stderr = None,
searchPath = 1,