diff options
Diffstat (limited to 'script')
-rwxr-xr-x | script/borg-restore.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/script/borg-restore.pl b/script/borg-restore.pl index b30549f..1fdc758 100755 --- a/script/borg-restore.pl +++ b/script/borg-restore.pl @@ -260,7 +260,6 @@ sub main { } my $abs_path = $app->resolve_relative_path($path); - return 1 unless defined $abs_path; $destination = dirname($abs_path) unless defined($destination); my $backup_path = $app->map_path_to_backup_path($abs_path); |