mirror of https://github.com/hak5/openwrt.git
parent
23c5ad78e7
commit
c536f5793e
|
@ -45,6 +45,7 @@ sub download
|
||||||
|
|
||||||
unlink "$target/$filename";
|
unlink "$target/$filename";
|
||||||
system("mv \"$target/$filename.dl\" \"$target/$filename\"");
|
system("mv \"$target/$filename.dl\" \"$target/$filename\"");
|
||||||
|
cleanup();
|
||||||
}
|
}
|
||||||
|
|
||||||
sub cleanup
|
sub cleanup
|
||||||
|
|
Loading…
Reference in New Issue