Remember relay password on receive too #177
This commit is contained in:
parent
e3ba938582
commit
252475f72e
|
|
@ -334,6 +334,9 @@ func receive(c *cli.Context) (err error) {
|
|||
if crocOptions.SharedSecret == "" {
|
||||
crocOptions.SharedSecret = rememberedOptions.SharedSecret
|
||||
}
|
||||
if !c.IsSet("pass") {
|
||||
crocOptions.RelayPassword = rememberedOptions.RelayPassword
|
||||
}
|
||||
}
|
||||
|
||||
if crocOptions.SharedSecret == "" {
|
||||
|
|
|
|||
Loading…
Reference in New Issue