]> git.decadent.org.uk Git - dak.git/commitdiff
2 more fixes
authorJoerg Jaspert <joerg@debian.org>
Sat, 21 Feb 2009 20:03:10 +0000 (21:03 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sat, 21 Feb 2009 20:03:10 +0000 (21:03 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/dinstall

index 2c6de1870ac8bc843cf53c6a7610d4fc43e16d0c..6a929c84e3cf27982ccfc612538936c165a78e7d 100755 (executable)
@@ -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