mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Make sure ipa-client-install returns correct error code
https://fedorahosted.org/freeipa/ticket/1937
This commit is contained in:
parent
a0470afdcd
commit
af63731363
@ -1193,6 +1193,8 @@ def main():
|
||||
options.unattended = True
|
||||
uninstall(options, env, quiet=True)
|
||||
|
||||
return rval
|
||||
|
||||
try:
|
||||
if __name__ == "__main__":
|
||||
sys.exit(main())
|
||||
|
Loading…
Reference in New Issue
Block a user