Don't echo out.

This commit is contained in:
John Internet 2020-01-02 20:53:50 +00:00
parent 162b6de809
commit c9f5dd48ad

View file

@ -4,5 +4,4 @@
if [ -z "$SSH_AGENT_PID" ]; then if [ -z "$SSH_AGENT_PID" ]; then
eval "$(ssh-agent)" > /dev/null eval "$(ssh-agent)" > /dev/null
echo "$SSH_AGENT_PID" > /tmp/ssh-agent-id echo "$SSH_AGENT_PID" > /tmp/ssh-agent-id
echo "Started SSH Agent. PID: $SSH_AGENT_PID"
fi fi