mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-27 10:33:14 +00:00
Add arguments to add and autostart.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
source agent-start
|
source agent-start "${1:-default}"
|
||||||
cat - | tr -d '\r' | ssh-add - >/dev/null
|
cat - | tr -d '\r' | ssh-add - >/dev/null
|
||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
source agent-start
|
source agent-start "${1:-default}"
|
||||||
echo "$SSH_PRIVATE_KEY" | agent-add
|
echo "$SSH_PRIVATE_KEY" | agent-add
|
||||||
Reference in New Issue
Block a user