wok diff rsync/stuff/usr/bin/rsync-unssh @ rev 25002

updated nrg2iso (0.4 -> 0.4.1)
author Hans-G?nter Theisgen
date Mon May 16 14:45:30 2022 +0100 (2022-05-16)
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	Mon May 16 14:45:30 2022 +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