From: Joerg Jaspert Date: Sat, 21 Feb 2009 20:03:10 +0000 (+0100) Subject: 2 more fixes X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=448a2ec5bc713d5dbdd9223c530303615622438c;p=dak.git 2 more fixes Signed-off-by: Joerg Jaspert --- 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