don't disable self-check even if there is no config

This commit is contained in:
Mikayla Fischler
2024-07-28 16:41:39 -04:00
parent 9bffd6feee
commit bcc55628cf
4 changed files with 3 additions and 6 deletions

View File

@@ -119,7 +119,7 @@ local function self_check(sc_log)
-- this consumes events, but that is fine here
self.self_check_msg(nil, reactor and reactor.isFormed(), "ensure the fission reactor multiblock is formed")
self.self_check_msg("> check configuration...", valid_cfg, "go through Configure System again and apply settings to repair any corrupted or missing settings")
self.self_check_msg("> check configuration...", valid_cfg, "go through Configure System and apply settings to set any missing settings and repair any corrupted ones")
if valid_cfg and modem then
self.self_check_msg("> check supervisor connection...")