mirror of https://github.com/digint/btrbk
btrbk: fix missing error in action "ls"
parent
cf2065df30
commit
79b6a662f2
1
btrbk
1
btrbk
|
@ -5796,6 +5796,7 @@ MAIN:
|
||||||
foreach my $root_vol (@subvol_args) {
|
foreach my $root_vol (@subvol_args) {
|
||||||
my ($root_path, $mountpoint) = vinfo_mountpoint($root_vol);
|
my ($root_path, $mountpoint) = vinfo_mountpoint($root_vol);
|
||||||
unless($mountpoint) {
|
unless($mountpoint) {
|
||||||
|
ERROR "Failed to read filesystem details for: $root_vol->{PRINT}", @stderr;
|
||||||
$exit_status = 1;
|
$exit_status = 1;
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue