run real rsync with exec

This commit is contained in:
Timo Makinen 2019-05-21 11:28:49 +03:00
parent cc47310d89
commit b74e793e62

View file

@ -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 "$@"