mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix install scripts debugging
- Make sure to pass down the debug flag to ipa-client-install when the server install is run in debug mode Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
@@ -896,6 +896,8 @@ def install(installer):
|
||||
args.append("--no-sshd")
|
||||
if options.mkhomedir:
|
||||
args.append("--mkhomedir")
|
||||
if options.debug:
|
||||
args.append("--debug")
|
||||
run(args, redirect_output=True)
|
||||
print()
|
||||
except Exception:
|
||||
|
||||
Reference in New Issue
Block a user