move store initialization to root and run only once
This commit is contained in:
+1
-1
@@ -4,12 +4,12 @@ import (
|
||||
"os"
|
||||
|
||||
"github.com/micro/cli"
|
||||
_ "github.com/owncloud/ocis-accounts/pkg/registry"
|
||||
"github.com/owncloud/ocis-hello/pkg/version"
|
||||
)
|
||||
|
||||
// Execute is the entry point for the ocis-accounts command.
|
||||
func Execute() error {
|
||||
|
||||
app := &cli.App{
|
||||
Name: "ocis-accounts",
|
||||
Version: version.String,
|
||||
|
||||
Reference in New Issue
Block a user