mirror of https://github.com/jimsalterjrs/sanoid
commit
eaa8eb2368
2
syncoid
2
syncoid
|
|
@ -1314,7 +1314,7 @@ sub buildsynccmd {
|
||||||
|
|
||||||
my $remotecmd = "";
|
my $remotecmd = "";
|
||||||
if ($directmbuffer) {
|
if ($directmbuffer) {
|
||||||
$remotecmd .= " $mbuffercmd $args{'target -bwlimit'} -W $directtimeout -I " . $directlisten . " $mbufferoptions |";
|
$remotecmd .= " $mbuffercmd $args{'target-bwlimit'} -W $directtimeout -I " . $directlisten . " $mbufferoptions |";
|
||||||
} elsif (length $directlisten) {
|
} elsif (length $directlisten) {
|
||||||
$remotecmd .= " busybox nc -l " . $directlisten . " -w $directtimeout |";
|
$remotecmd .= " busybox nc -l " . $directlisten . " -w $directtimeout |";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue