mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-26 02:08:25 -04:00
parse configuration on before hook on server command
This commit is contained in:
@@ -38,7 +38,7 @@ func Server(cfg *config.Config) *cli.Command {
|
||||
|
||||
cfg.Phoenix.Config.Apps = c.StringSlice("web-config-app")
|
||||
|
||||
return nil
|
||||
return ParseConfig(c, cfg)
|
||||
},
|
||||
Action: func(c *cli.Context) error {
|
||||
logger := NewLogger(cfg)
|
||||
|
||||
Reference in New Issue
Block a user