[dak/bpo] dinstall
its lock_accepted, not lockac
Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
config/debian/dinstall | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/config/debian/dinstall b/config/debian/dinstall
index c1b7489..d38503c 100755
--- a/config/debian/dinstall
+++ b/config/debian/dinstall
@@ -64,6 +64,7 @@ function ts() {
# Cleanup actions
function cleanup() {
rm -f ${LOCK_DAILY}
+ rm -f ${LOCK_ACCEPTED}
}
# Setup the notice file to tell bad mirrors they used the wrong time
@@ -524,7 +525,7 @@ GO=(
)
stage $GO
-rm -f $LOCKAC
+rm -f "$LOCK_ACCEPTED"
GO=(
FUNC="msfl"
--
1.5.6.5
Reply to: