Browse Source

skip printing fs configuration

pull/2613/head
chrislu 3 years ago
parent
commit
9d0f58c329
  1. 3
      weed/shell/command_s3_bucket_quota_check.go

3
weed/shell/command_s3_bucket_quota_check.go

@ -84,9 +84,6 @@ func (c *commandS3BucketQuotaEnforce) Do(args []string, commandEnv *CommandEnv,
var buf2 bytes.Buffer
fc.ToText(&buf2)
fmt.Fprintf(writer, string(buf2.Bytes()))
fmt.Fprintln(writer)
if err = commandEnv.WithFilerClient(false, func(client filer_pb.SeaweedFilerClient) error {
return filer.SaveInsideFiler(client, filer.DirectoryEtcSeaweedFS, filer.FilerConfName, buf2.Bytes())
}); err != nil && err != filer_pb.ErrNotFound {

Loading…
Cancel
Save