mirror of https://github.com/rclone/rclone.git
parent
70496c15e1
commit
6c0c9abd57
|
@ -451,7 +451,7 @@ func getPassword(q string) {
|
||||||
}
|
}
|
||||||
for {
|
for {
|
||||||
fmt.Println(q)
|
fmt.Println(q)
|
||||||
fmt.Print("password>")
|
fmt.Print("password:")
|
||||||
err := setPassword(ReadPassword())
|
err := setPassword(ReadPassword())
|
||||||
if err == nil {
|
if err == nil {
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue