mirror of https://github.com/jimsalterjrs/sanoid
Removed unneeded 2>/dev/null from mbufferoptions
This commit is contained in:
parent
ef601eb96b
commit
59c59e2b00
2
syncoid
2
syncoid
|
|
@ -97,7 +97,7 @@ my $pscmd = 'ps';
|
|||
my $pvcmd = 'pv';
|
||||
my $mbuffercmd = 'mbuffer';
|
||||
my $sudocmd = 'sudo';
|
||||
my $mbufferoptions = "-q -s 128k -m $mbuffer_size 2>/dev/null";
|
||||
my $mbufferoptions = "-q -s 128k -m $mbuffer_size";
|
||||
# currently using POSIX compatible command to check for program existence because we aren't depending on perl
|
||||
# being present on remote machines.
|
||||
my $checkcmd = 'command -v';
|
||||
|
|
|
|||
Loading…
Reference in New Issue