summaryrefslogtreecommitdiffstats
path: root/script/borg-restore.pl
diff options
context:
space:
mode:
Diffstat (limited to 'script/borg-restore.pl')
-rwxr-xr-xscript/borg-restore.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/script/borg-restore.pl b/script/borg-restore.pl
index 1fdc758..a6d3b43 100755
--- a/script/borg-restore.pl
+++ b/script/borg-restore.pl
@@ -268,13 +268,7 @@ sub main {
my $archives = $app->find_archives($backup_path);
- if (!@$archives) {
- $log->fatal("No archives found for path");
- return 1;
- }
-
my $selected_archive;
-
if (defined($timespec)) {
$selected_archive = $app->select_archive_timespec($archives, $timespec);
} else {