move arpwatch arp.dat to /etc/arpwatch/ and add it to conffiles
[openwrt.git] / openwrt / scripts / download.pl
index a3a5f09..cbe1934 100755 (executable)
@@ -45,6 +45,7 @@ sub download
        
        unlink "$target/$filename";
        system("mv \"$target/$filename.dl\" \"$target/$filename\"");
+       cleanup();
 }
 
 sub cleanup
This page took 0.022983 seconds and 4 git commands to generate.