mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2025-06-18 23:03:01 -06:00
Remove .sh ext
This commit is contained in:
parent
539d248dc2
commit
8a8eb3a7f3
6 changed files with 34 additions and 3 deletions
7
agent-start
Normal file
7
agent-start
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue