summaryrefslogtreecommitdiff
path: root/scripts/queuehandler
diff options
context:
space:
mode:
authorDaniel Meyerholt <dxm523@googlemail.com>2011-02-13 12:48:08 +0100
committerDaniel Meyerholt <dxm523@googlemail.com>2011-02-13 12:48:08 +0100
commit85e25976e0c75eb5118dcea7bd8c462e9b0769d4 (patch)
tree7e72e73631366dcf48b9ef1d1808f8d00c256388 /scripts/queuehandler
parent0dbc12ff0198db5ccdf19ab8be330eb2c0d1ba54 (diff)
downloadvdr-plugin-vdrrip-85e25976e0c75eb5118dcea7bd8c462e9b0769d4.tar.gz
vdr-plugin-vdrrip-85e25976e0c75eb5118dcea7bd8c462e9b0769d4.tar.bz2
* Remove log file of projectx for old recordings
Diffstat (limited to 'scripts/queuehandler')
-rwxr-xr-xscripts/queuehandler1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/queuehandler b/scripts/queuehandler
index 152e63a..0d0e840 100755
--- a/scripts/queuehandler
+++ b/scripts/queuehandler
@@ -716,6 +716,7 @@ cleanup () {
rm -f "$tempdir/c:\\trace_b.txt"
rm -f "$tempdir/xvid-twopass.stats"
rm -f "$tempdir/00001_log.txt"
+ rm -f "$tempdir/001_log.txt"
# temp. movie-files
rm -f "$tempdir/temp.vdr"
if [ "$container" = "ogm" -o "$container" = "matroska" ]