mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-27 01:47:29 +00:00
Remove .sh ext
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Start the SSH agent if it isn't already.
|
||||
if [ -z "$SSH_AGENT_PID" ]; then
|
||||
eval $(ssh-agent) > /dev/null
|
||||
echo "$SSH_AGENT_PID" > /tmp/ssh-agent-id
|
||||
fi
|
||||
Reference in New Issue
Block a user