Merge pull request #1009 from owncloud/ocis-1132

This commit is contained in:
Alex Unger
2020-12-04 16:32:07 +01:00
committed by GitHub
18 changed files with 322 additions and 16 deletions
+4
View File
@@ -21,6 +21,10 @@ func StorageFrontendCommand(cfg *config.Config) *cli.Command {
Action: func(c *cli.Context) error {
scfg := configureStorageFrontend(cfg)
if err := command.Frontend(scfg).Before(c); err != nil {
return err
}
return cli.HandleAction(
command.Frontend(scfg).Action,
c,