Rename ocis single binary commands and flagset

This commit is contained in:
Michael Barz
2020-10-06 13:41:34 +02:00
parent e946819c3a
commit 93138c81ed
40 changed files with 905 additions and 893 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ func SharingWithConfig(cfg *config.Config) []cli.Flag {
},
&cli.StringFlag{
Name: "user-json-file",
Value: "/var/tmp/storage/shares.json",
Value: "/var/tmp/ocis/shares.json",
Usage: "file used to persist shares for the UserShareProvider",
EnvVars: []string{"STORAGE_SHARING_USER_JSON_FILE"},
Destination: &cfg.Reva.Sharing.UserJSONFile,