summaryrefslogtreecommitdiffstats
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rwxr-xr-xscript/borg-restore.pl1
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);