some reordering into server.go; added effective group changing;

This commit is contained in:
2026-04-03 15:21:37 +02:00
parent 587ea5ba29
commit 414093242d
2 changed files with 41 additions and 38 deletions
+1
View File
@@ -57,6 +57,7 @@ func (sta *Starter) run(cmd *cobra.Command, args []string) error {
if err != nil {
return err
}
err = srv.Build()
if err != nil {
return err