mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-27 20:36:29 -04:00
Remove overly-verbose ssh key input prompt
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ var RetryPassword = true
|
||||
func RCWDArgument() {
|
||||
password := back.ReadFromStdin()
|
||||
if password == "" {
|
||||
os.Exit(0)
|
||||
os.Exit(0) // use os.Exit directly since this function is only intended for non-interactive CLI clients
|
||||
}
|
||||
daemon.Start([]byte(password))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user