]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/dinstall
Ignore errors to updates
[dak.git] / config / debian / dinstall
index 2c6de1870ac8bc843cf53c6a7610d4fc43e16d0c..28c7ad1d0a3f7375a0e1aa464f3bd4adccf886e3 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
@@ -478,7 +479,7 @@ GO=(
     FUNC="updates"
     TIME="External Updates"
     ARGS=""
-    ERR=""
+    ERR="false"
 )
 stage $GO