diff options
author | Mike Fulbright <msf@redhat.com> | 2002-02-08 04:21:12 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-02-08 04:21:12 +0000 |
commit | a5649c996f254ae1e3b2db0586cda8255bc65d77 (patch) | |
tree | 5bb5f7974c6cc050a3bd7751623d8d93270ec3ae /users.py | |
parent | ff5728fd1358ded66221f13959c5286d879261b6 (diff) | |
download | anaconda-a5649c996f254ae1e3b2db0586cda8255bc65d77.tar.gz anaconda-a5649c996f254ae1e3b2db0586cda8255bc65d77.tar.xz anaconda-a5649c996f254ae1e3b2db0586cda8255bc65d77.zip |
oh yeah goodbye reconfig
Diffstat (limited to 'users.py')
-rw-r--r-- | users.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |