mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2024-11-24 00:13:46 +01:00
Don't echo out.
This commit is contained in:
parent
162b6de809
commit
c9f5dd48ad
1 changed files with 0 additions and 1 deletions
|
@ -4,5 +4,4 @@
|
|||
if [ -z "$SSH_AGENT_PID" ]; then
|
||||
eval "$(ssh-agent)" > /dev/null
|
||||
echo "$SSH_AGENT_PID" > /tmp/ssh-agent-id
|
||||
echo "Started SSH Agent. PID: $SSH_AGENT_PID"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue