[fix] delete tmp file when dl is done

This commit is contained in:
Knah Tsaeb 2015-03-26 16:00:04 +01:00
parent 910e928ba5
commit 7494ae80a5
1 changed files with 3 additions and 1 deletions

View File

@ -67,7 +67,9 @@ do
then
if [ -f "$urlHash.webm" ]
then
#rm $file
rm $urlHash.raw
sleep 2
rm $urlHash.hash
sleep 2
mv $urlHash* $destination
fi