Remove echo when a dead SSH Agent PID is found
This case can be safely ignored, no need to print a message for that. Fixes #1579pull/1584/head
parent
941cf71a77
commit
ec384be4be
|
|
@ -94,7 +94,6 @@ function _ensure_valid_sshagent_env() {
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "There's a dead ssh-agent at the landing..."
|
|
||||||
ssh-agent > "${SSH_AGENT_ENV}"
|
ssh-agent > "${SSH_AGENT_ENV}"
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue