mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2024-11-23 16:03:46 +01:00
Remove c. returns
This commit is contained in:
parent
d2b9818bec
commit
52c97f68f8
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
agent-start
|
agent-start
|
||||||
echo /dev/stdin | ssh-add -
|
echo /dev/stdin | tr -d '\r' | ssh-add -
|
||||||
|
|
Loading…
Reference in a new issue