mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 04:09:40 -06:00
continue thumbnails migration
This commit is contained in:
@@ -32,14 +32,6 @@ func Server(cfg *config.Config) *cli.Command {
|
||||
return err
|
||||
}
|
||||
|
||||
// TODO(refs) there is no cli flags anymore...
|
||||
//if len(ctx.StringSlice("backend-server")) > 0 {
|
||||
// cfg.Backend.Servers = ctx.StringSlice("backend-server")
|
||||
//}
|
||||
//if len(ctx.StringSlice("fallback-server")) > 0 {
|
||||
// cfg.Fallback.Servers = ctx.StringSlice("fallback-server")
|
||||
//}
|
||||
|
||||
return nil
|
||||
},
|
||||
Action: func(c *cli.Context) error {
|
||||
|
||||
Reference in New Issue
Block a user