This commit is contained in:
shoopea
2025-12-28 16:31:28 +01:00
parent a1ed1035e9
commit d92380cccb
5 changed files with 29 additions and 24 deletions

View File

@@ -59,7 +59,7 @@ func main() {
}
cfg.Admin.Run()
} else {
cfg.Run()
cfg.Run(true)
os.Exit(0)
}