clean up those.
This commit is contained in:
parent
d331a23e2d
commit
d2b9818bec
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
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
|
||||
echo "$SSH_AGENT_PID" > /tmp/ssh-agent-id
|
||||
echo "Started SSH Agent. PID: $SSH_AGENT_PID"
|
||||
else
|
||||
echo "SSH Agent Running. PID: $SSH_AGENT_PID"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user