From dc873007f8616ab9e77f903e235ba49f45ecde37 Mon Sep 17 00:00:00 2001 From: Martin Babinsky Date: Oct 26 2016 12:34:27 +0000 Subject: Revert "Fix install scripts debugging" This reverts commit d650c54fe4e327f95ffcb834418a5b6af59b212c. The proposed fix is incorrect since the Configurable class has no knowledge about used debug options. These are used only in upper layers when configuring loggers. Reviewed-By: Martin Babinsky --- diff --git a/ipaserver/install/server/install.py b/ipaserver/install/server/install.py index 2ddc7cc..0015a8c 100644 --- a/ipaserver/install/server/install.py +++ b/ipaserver/install/server/install.py @@ -896,8 +896,6 @@ 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: