hint:=fmt.Sprintf("Run the following command to add the convenient permissions: `sudo chown %s %s && sudo chmod u+rxw %s`",username,endpoint.Path,endpoint.Path)
hint:=fmt.Sprintf("Run the following command to add the convenient permissions: `sudo chown -R %s %s && sudo chmod u+rxw %s`",username,endpoint.Path,endpoint.Path)
logger.Fatal(config.ErrUnableToWriteInBackend(err).Hint(hint),"Unable to initialize posix backend")
logger.Fatal(config.ErrUnableToWriteInBackend(err).Hint(hint),"Unable to initialize posix backend")