remove md5sum file after successful download

SVN-Revision: 394
master
Felix Fietkau 20 years ago
parent 23c5ad78e7
commit c536f5793e
  1. 1
      openwrt/scripts/download.pl

@ -45,6 +45,7 @@ sub download
unlink "$target/$filename";
system("mv \"$target/$filename.dl\" \"$target/$filename\"");
cleanup();
}
sub cleanup

Loading…
Cancel
Save