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:
John Dennis 2009-11-19 10:33:50 -05:00 committed by Rob Crittenden
parent 50b683dc3c
commit eb5793b5ea

View File

@ -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: