Development

This commit is contained in:
Matthew Grotke 2026-05-22 02:05:12 -04:00
parent 4165a30d57
commit 64173876a2

View file

@ -461,7 +461,7 @@ def main():
dash_installed = _dash_already_configured()
if dash_installed:
print(" Web dashboard is already installed.")
want_dashboard = prompt_yn("Rebuild?", default="n")
want_dashboard = prompt_yn("Rebuild?", default="y")
else:
want_dashboard = prompt_yn("Install the web dashboard?", default="y")