Merge pull request #1584 from nwinkler/sshagent-remove-echo
Remove echo when a dead SSH Agent PID is foundpull/1586/head
commit
bc0e47aec1
|
|
@ -94,7 +94,6 @@ function _ensure_valid_sshagent_env() {
|
|||
return
|
||||
fi
|
||||
|
||||
echo "There's a dead ssh-agent at the landing..."
|
||||
ssh-agent > "${SSH_AGENT_ENV}"
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue