clean up those.

This commit is contained in:
John Internet 2020-01-02 17:39:55 +00:00
parent d331a23e2d
commit d2b9818bec
2 changed files with 1 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
agent-start agent-start
echo /dev/stdin > ssh-add - echo /dev/stdin | ssh-add -

View file

@ -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