X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdinstall;h=28c7ad1d0a3f7375a0e1aa464f3bd4adccf886e3;hb=f0e560f80a96a2bd79f2a107121e2b88be96926b;hp=2c6de1870ac8bc843cf53c6a7610d4fc43e16d0c;hpb=7d0a92e1d54ba4f75f46ec527a6286ec638b268e;p=dak.git diff --git a/config/debian/dinstall b/config/debian/dinstall index 2c6de187..28c7ad1d 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 @@ -478,7 +479,7 @@ GO=( FUNC="updates" TIME="External Updates" ARGS="" - ERR="" + ERR="false" ) stage $GO