Development
This commit is contained in:
parent
4165a30d57
commit
64173876a2
1 changed files with 1 additions and 1 deletions
|
|
@ -461,7 +461,7 @@ def main():
|
||||||
dash_installed = _dash_already_configured()
|
dash_installed = _dash_already_configured()
|
||||||
if dash_installed:
|
if dash_installed:
|
||||||
print(" Web dashboard is already installed.")
|
print(" Web dashboard is already installed.")
|
||||||
want_dashboard = prompt_yn("Rebuild?", default="n")
|
want_dashboard = prompt_yn("Rebuild?", default="y")
|
||||||
else:
|
else:
|
||||||
want_dashboard = prompt_yn("Install the web dashboard?", default="y")
|
want_dashboard = prompt_yn("Install the web dashboard?", default="y")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue