From 3461f9440bbacb0017eadbe87adaaacd75160a09 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Thu, 14 Jan 2016 16:39:43 +0100 Subject: [PATCH] btrbk: bugfix: allow filter for action "clean" --- btrbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btrbk b/btrbk index 1975783..fdd4531 100755 --- a/btrbk +++ b/btrbk @@ -2411,7 +2411,7 @@ MAIN: # # 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; foreach my $config_vol (@{$config->{VOLUME}}) {