From eb5793b5eac6cde33abfe8ea14399cc3646c9f79 Mon Sep 17 00:00:00 2001 From: John Dennis Date: Thu, 19 Nov 2009 10:33:50 -0500 Subject: respect debug arg during server install The debug flag (e.g. -d) was not being respected during server install. This patch corrects that. --- install/tools/ipa-server-install | 1 + 1 file changed, 1 insertion(+) (limited to 'install/tools/ipa-server-install') diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install index 809d69a7..44fc5fde 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: -- cgit