btrbk: fix missing error in action "ls"

disable-ssh-password-prompt
Axel Burri 2022-07-28 13:44:42 +02:00
parent cf2065df30
commit 79b6a662f2
1 changed files with 1 additions and 0 deletions

1
btrbk
View File

@ -5796,6 +5796,7 @@ MAIN:
foreach my $root_vol (@subvol_args) {
my ($root_path, $mountpoint) = vinfo_mountpoint($root_vol);
unless($mountpoint) {
ERROR "Failed to read filesystem details for: $root_vol->{PRINT}", @stderr;
$exit_status = 1;
next;
}