mirror of https://github.com/jimsalterjrs/sanoid
Fixed Typo in arguments.
Removed errant A in zfs list command line arguments.
This commit is contained in:
parent
29095052b0
commit
bb30496d19
2
syncoid
2
syncoid
|
|
@ -1470,7 +1470,7 @@ sub getsnaps() {
|
|||
$fsescaped = escapeshellparam($fsescaped);
|
||||
}
|
||||
|
||||
my $getsnapcmd = "$rhost $mysudocmd $zfscmd get A-Hpd 1 -t snapshot guid,creation $fsescaped";
|
||||
my $getsnapcmd = "$rhost $mysudocmd $zfscmd get -Hpd 1 -t snapshot guid,creation $fsescaped";
|
||||
if ($debug) {
|
||||
$getsnapcmd = "$getsnapcmd |";
|
||||
print "DEBUG: getting list of snapshots on $fs using $getsnapcmd...\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue