wok-6.x diff rsync/stuff/usr/bin/rsync-unssh @ rev 22717

updated fcron (3.0.4 -> 3.2.1)
author Hans-G?nter Theisgen
date Wed Jan 22 15:57:11 2020 +0100 (2020-01-22)
parents d211311bd968
children
line diff
     1.1 --- a/rsync/stuff/usr/bin/rsync-unssh	Thu Sep 03 09:59:14 2015 +0200
     1.2 +++ b/rsync/stuff/usr/bin/rsync-unssh	Wed Jan 22 15:57:11 2020 +0100
     1.3 @@ -6,6 +6,5 @@
     1.4  login=$2
     1.5  peer=$3
     1.6  shift 3
     1.7 -ssh $login@$peer "nc -l -p $port -e $@" < /dev/tty &
     1.8 -sleep 5
     1.9 +dbclient -f $login@$peer "nc -l -p $port -e $@" < /dev/tty
    1.10  nc $peer $port