Browse Source

Merge branch 'master' of https://github.com/chrislusf/seaweedfs

pull/2685/head
chrislu 3 years ago
parent
commit
b9cf4f12fc
  1. 2
      weed/shell/command_fs_configure.go

2
weed/shell/command_fs_configure.go

@ -62,7 +62,7 @@ func (c *commandFsConfigure) Do(args []string, commandEnv *CommandEnv, writer io
isDelete := fsConfigureCommand.Bool("delete", false, "delete the configuration by locationPrefix")
apply := fsConfigureCommand.Bool("apply", false, "update and apply filer configuration")
if err = fsConfigureCommand.Parse(args); err != nil {
return nil
return err
}
fc, err := filer.ReadFilerConf(commandEnv.option.FilerAddress, commandEnv.option.GrpcDialOption, commandEnv.MasterClient)

Loading…
Cancel
Save