Line endings fix.

This commit is contained in:
John Internet 2020-01-02 17:06:16 +00:00
parent c7327aed5b
commit d9d0f73fda

View file

@ -2,7 +2,7 @@
# Start the SSH agent if it isn't already.
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 "Started SSH Agent. PID: $SSH_AGENT_PID"
else