mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 00:31:56 -06:00
respect debug arg during server install
The debug flag (e.g. -d) was not being respected during server install. This patch corrects that.
This commit is contained in:
parent
50b683dc3c
commit
eb5793b5ea
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user