diff --git a/modules/installed/first_boot.py b/modules/installed/first_boot.py index ff3a27e63..d20b0a76c 100644 --- a/modules/installed/first_boot.py +++ b/modules/installed/first_boot.py @@ -109,6 +109,15 @@ TODO: explain all this cert stuff to the user.
TODO: add instrux for installing certificate.
After you have installed """ + # TODO complete first_boot handling + # Make sure the user is not stuck on a dead end for now. + with sqlite_db(cfg.store_file, table="firstboot", autocommit=True) as db: + db['state']=5 + main = main + """ +
Welcome screen not done. Press continue to +see the rest of the web interface.
" +""" + if False: ## Update state to 2 and head there with sqlite_db(cfg.store_file, table="firstboot", autocommit=True) as db: