some more cosmetic changes

- fix an intend
- add TODO: remove pkg
- add .before_bott_at to backup of seastatus.tcl
This commit is contained in:
2024-06-27 15:37:59 +02:00
parent 95a3ff4ffd
commit 8b13e32ed7
3 changed files with 5 additions and 7 deletions

View File

@@ -339,6 +339,7 @@ class ServiceManager:
services = to_start
for service_i in services:
port = service_ports[service_i]
# TODO: remove unused pkg
cmd = self.commands[ins] % dict(ins=ins, serv=service_i, port=port, cfg=cfg, pkg=self.pkg or ins)
if opts:
cmd = f'{cmd} {opts}'