summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-server-install
diff options
context:
space:
mode:
authorJohn Dennis <jdennis@redhat.com>2009-11-19 10:33:50 -0500
committerRob Crittenden <rcritten@redhat.com>2009-11-19 14:46:18 -0500
commiteb5793b5eac6cde33abfe8ea14399cc3646c9f79 (patch)
tree49da1364b7f1177a3e9ab30233aaa2e48cffc811 /install/tools/ipa-server-install
parent50b683dc3c67afbf8ae0b285e52cf148a0b23413 (diff)
downloadfreeipa-eb5793b5eac6cde33abfe8ea14399cc3646c9f79.tar.gz
freeipa-eb5793b5eac6cde33abfe8ea14399cc3646c9f79.tar.xz
freeipa-eb5793b5eac6cde33abfe8ea14399cc3646c9f79.zip
respect debug arg during server install
The debug flag (e.g. -d) was not being respected during server install. This patch corrects that.
Diffstat (limited to 'install/tools/ipa-server-install')
-rwxr-xr-xinstall/tools/ipa-server-install1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install
index 809d69a7b..44fc5fde5 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: