mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix cmdFiler
This commit is contained in:
parent
105bcfdbd4
commit
849a2c1f68
|
@ -103,7 +103,7 @@ func init() {
|
|||
|
||||
// start iam on filer
|
||||
filerStartIam = cmdFiler.Flag.Bool("iam", false, "whether to start IAM service")
|
||||
filerIamOptions.ip = cmdIam.Flag.String("iam.ip", *f.ip, "iam server http listen ip address")
|
||||
filerIamOptions.ip = cmdFiler.Flag.String("iam.ip", *f.ip, "iam server http listen ip address")
|
||||
filerIamOptions.port = cmdFiler.Flag.Int("iam.port", 8111, "iam server http listen port")
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue