mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-27 11:55:47 +00:00
Line endings fix.
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Start the SSH agent if it isn't already.
|
# Start the SSH agent if it isn't already.
|
||||||
if [ -z "$SSH_AGENT_PID" ]; then
|
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
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user