diff options
-rwxr-xr-x | draksnapshot-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/draksnapshot-config b/draksnapshot-config index 7cb686d..8a6eb60 100755 --- a/draksnapshot-config +++ b/draksnapshot-config @@ -63,7 +63,7 @@ my ($backup_list, $exclude_list) = map { my $interval_exists; my %default_intervals = ( - map { + map { if (my ($type, $retain) = /^retain\s*(\S*)\s*(\S*)/) { $interval_exists = 1; $type => $retain; |