mirror of https://github.com/digint/btrbk
btrbk: bugfix: allow filter for action "clean"
parent
9718ad1460
commit
3461f9440b
2
btrbk
2
btrbk
|
@ -2411,7 +2411,7 @@ MAIN:
|
||||||
#
|
#
|
||||||
# filter subvolumes matching command line arguments
|
# filter subvolumes matching command line arguments
|
||||||
#
|
#
|
||||||
if(($action_run || $action_resolve || $action_usage || $action_list || $action_config_print) && scalar(@filter_args))
|
if(($action_run || $action_clean || $action_resolve || $action_usage || $action_list || $action_config_print) && scalar(@filter_args))
|
||||||
{
|
{
|
||||||
my %match;
|
my %match;
|
||||||
foreach my $config_vol (@{$config->{VOLUME}}) {
|
foreach my $config_vol (@{$config->{VOLUME}}) {
|
||||||
|
|
Loading…
Reference in New Issue