mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2024-11-23 16:03:46 +01:00
Line endings fix.
This commit is contained in:
parent
c7327aed5b
commit
d9d0f73fda
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue