Skip to content

Commit

Permalink
set relay password when remembering #177
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Nov 19, 2019
1 parent e84e89b commit e3ba938
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cli/cli.go
Expand Up @@ -171,6 +171,9 @@ func send(c *cli.Context) (err error) {
if !c.IsSet("code") {
crocOptions.SharedSecret = rememberedOptions.SharedSecret
}
if !c.IsSet("pass") {
crocOptions.RelayPassword = rememberedOptions.RelayPassword
}
}

var fnames []string
Expand Down

0 comments on commit e3ba938

Please sign in to comment.