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
|
||||
echo "...already converted"
|
||||
fi
|
||||
#rm -f "$TEMP_OUTFILE"
|
||||
rm -f "$TEMP_OUTFILE"
|
||||
done
|
||||
cd ..
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue