Closed b0a7 closed 4 weeks ago
after adding a command line option to the cs validator and adjusting fallback node settings:
'The following containers must be restarted' message doesn't take into account which modules are disabled (sw is disabled)
it does actually just restart the enabled containers correctly though, so it is just the message that isn't accounting for the module being disabled
Fixed in https://github.com/nodeset-org/hyperdrive/pull/178. Side note, this repo is for the CS daemon - TUI things should go in https://github.com/nodeset-org/hyperdrive.
after adding a command line option to the cs validator and adjusting fallback node settings:
'The following containers must be restarted' message doesn't take into account which modules are disabled (sw is disabled)
it does actually just restart the enabled containers correctly though, so it is just the message that isn't accounting for the module being disabled