From 448a2ec5bc713d5dbdd9223c530303615622438c Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sat, 21 Feb 2009 21:03:10 +0100 Subject: [PATCH] 2 more fixes Signed-off-by: Joerg Jaspert --- config/debian/dinstall | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/debian/dinstall b/config/debian/dinstall index 2c6de187..6a929c84 100755 --- a/config/debian/dinstall +++ b/config/debian/dinstall @@ -64,6 +64,7 @@ function ts() { # Cleanup actions function cleanup() { savelog -c ${LOGROTATE} -j "$LOGFILE" + rm -f ${LOCK_DAILY} } # Setup the notice file to tell bad mirrors they used the wrong time @@ -407,7 +408,7 @@ function stage() { # We need logs. LOGFILE="$logdir/dinstall.log" -exec > "$LOGFILE" 2>&1 +exec >> "$LOGFILE" 2>&1 # usually we are not using debug logs. Set to 1 if you want them. DEBUG=0 -- 2.39.2