Release: Yggdrasil 0.5.1

This commit is contained in:
Neil Alexander 2023-10-28 16:21:50 +01:00
parent d781fef760
commit a6b316ef08
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
3 changed files with 8 additions and 1 deletions

View file

@ -156,6 +156,7 @@ func main() {
return
case *normaliseconf:
cfg.AdminListen = ""
var bs []byte
if *confjson {
bs, err = json.MarshalIndent(cfg, "", " ")