mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 04:09:40 -06:00
update commands when running in supervised mode
This commit is contained in:
@@ -216,7 +216,7 @@ func Server(cfg *config.Config) *cli.Command {
|
||||
|
||||
return nil
|
||||
}, func(err error) {
|
||||
close(stop)
|
||||
//close(stop)
|
||||
cancel()
|
||||
})
|
||||
}
|
||||
|
||||
@@ -46,6 +46,7 @@ type Config struct {
|
||||
HTTP HTTP
|
||||
Tracing Tracing
|
||||
GraphExplorer GraphExplorer
|
||||
Supervised bool
|
||||
}
|
||||
|
||||
// New initializes a new configuration with or without defaults.
|
||||
|
||||
Reference in New Issue
Block a user