run real rsync with exec
This commit is contained in:
parent
cc47310d89
commit
b74e793e62
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
/usr/bin/rsync --rsh /usr/local/libexec/rsync-ssl-tunnel "$@"
|
||||
exec /usr/bin/rsync --rsh /usr/local/libexec/rsync-ssl-tunnel "$@"
|
||||
|
|
Loading…
Add table
Reference in a new issue