mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Allow ipa help command to run when ipa-client-install is not configured
https://fedorahosted.org/freeipa/ticket/3584 Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
@@ -1333,7 +1333,7 @@ def run(api):
|
||||
api.register(klass)
|
||||
api.load_plugins()
|
||||
api.finalize()
|
||||
if not 'config_loaded' in api.env:
|
||||
if not 'config_loaded' in api.env and not 'help' in argv:
|
||||
raise NotConfiguredError()
|
||||
sys.exit(api.Backend.cli.run(argv))
|
||||
except KeyboardInterrupt:
|
||||
|
||||
Reference in New Issue
Block a user