From 460fd04ad43ed7d12d79d866607fb8e0389263b8 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 20 May 2010 20:20:34 +0200 Subject: Save last_uri if the next link cannot be found, too --- bin/comirror | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/comirror b/bin/comirror index 1239741..9068636 100755 --- a/bin/comirror +++ b/bin/comirror @@ -29,6 +29,7 @@ sub find_next_link { return $link; } } + save_lasturi(); die("Cannot find next link\n"); } -- cgit v1.2.3