mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2024-11-23 16:03:46 +01:00
Redirect ssh-add output.
This commit is contained in:
parent
dd58c9fa20
commit
29ed9db523
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
source agent-start
|
source agent-start
|
||||||
cat - | tr -d '\r' | ssh-add -
|
cat - | tr -d '\r' | ssh-add - >/dev/null
|
Loading…
Reference in a new issue