mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2024-11-24 00:13:46 +01:00
clean up those.
This commit is contained in:
parent
d331a23e2d
commit
d2b9818bec
2 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
agent-start
|
agent-start
|
||||||
echo /dev/stdin > ssh-add -
|
echo /dev/stdin | ssh-add -
|
||||||
|
|
|
@ -5,6 +5,4 @@ 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"
|
echo "Started SSH Agent. PID: $SSH_AGENT_PID"
|
||||||
else
|
|
||||||
echo "SSH Agent Running. PID: $SSH_AGENT_PID"
|
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue