diff options
Diffstat (limited to 'rhimport-zf')
-rwxr-xr-x | rhimport-zf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport-zf b/rhimport-zf index c255519..c780540 100755 --- a/rhimport-zf +++ b/rhimport-zf @@ -118,7 +118,7 @@ for my $entry ($feed->entries) { if(!rhimport::check_file_extension($out_file)) { print "\n\nThe extension of the matching file '". $out_file . "' seems to be wrong - manual import necessary!!!\n"; $dbh->disconnect(); - exit 0; + exit 1; } print $regexp . ": downloading " . $entry->enclosure->url . " (" . $entry->enclosure->length . " Bytes) .. "; |