Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2025-01-17 11:50:39 +01:00
parent 0a4545fb43
commit 1b0e463562
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -22,11 +22,11 @@ func GetCommands(cfg *config.Config) cli.Commands {
}
}
// Execute is the entry point for the ocis-user command.
// Execute is the entry point for the opencloud-user command.
func Execute(cfg *config.Config) error {
app := clihelper.DefaultApp(&cli.App{
Name: "user",
Usage: "Provide users for oCIS",
Usage: "Provide users for OpenCloud",
Commands: GetCommands(cfg),
})
+1 -1
View File
@@ -42,7 +42,7 @@ func Server(cfg *config.Config) *cli.Command {
defer cancel()
// the reva runtime calls os.Exit in the case of a failure and there is no way for the oCIS
// the reva runtime calls os.Exit in the case of a failure and there is no way for the OpenCloud
// runtime to catch it and restart a reva service. Therefore we need to ensure the service has
// everything it needs, before starting the service.
// In this case: CA certificates