Remove tempfile when done with it
This commit is contained in:
parent
670252ac60
commit
a0671d5054
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ for DIR in *; do
|
||||||
else
|
else
|
||||||
echo "...already converted"
|
echo "...already converted"
|
||||||
fi
|
fi
|
||||||
#rm -f "$TEMP_OUTFILE"
|
rm -f "$TEMP_OUTFILE"
|
||||||
done
|
done
|
||||||
cd ..
|
cd ..
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue