diff options
-rwxr-xr-x | rhimport-dn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rhimport-dn b/rhimport-dn index e19f3b6..ecae29f 100755 --- a/rhimport-dn +++ b/rhimport-dn @@ -101,8 +101,6 @@ for my $entry ($feed->entries) { (-e "$file") or die "file '$file' not found - donwload error?\n"; print "will import $file to dropbox $dropbox (cart=$to_cart)\n\n"; -exit 0; - my $error_cb = sub { my ($text) = @_; @@ -122,6 +120,8 @@ $log .= $import_log; $dbh->disconnect(); +unlink $file + if(!$ret) { exit 1; } |