[Freeipa-devel] [PATCH] respect debug arg during server install

John Dennis jdennis at redhat.com
Thu Nov 19 15:33:50 UTC 2009


The debug flag (e.g. -d) was not being respected during server install. This
patch corrects that.



---

 install/tools/ipa-server-install |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
-------------- next part --------------
diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install
index 809d69a..44fc5fd 100755
--- a/install/tools/ipa-server-install
+++ b/install/tools/ipa-server-install
@@ -484,6 +484,7 @@ def main():
     cfg = dict(
         in_server=True,
         webui_assets_dir=ASSETS_DIR,
+        debug=options.debug
     )
     if not options.uninstall:
         if options.ca:


More information about the Freeipa-devel mailing list