X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdinstall.functions;h=8119387c5483da7daccf17c1edf04b948196e0e4;hb=1dd3d2fb2df2af57cf3966e257a94e000235407a;hp=1ced76028b703c107b19ed6a4028705ef3ca598a;hpb=63984f2fb55d3dd16ed5ff3b3257448d1b5b225b;p=dak.git diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index 1ced7602..8119387c 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -11,7 +11,7 @@ function remove_daily_lock() { # Remove all locks function remove_all_locks() { - rm -f $LOCK_DAILY $LOCK_ACCEPTED $LOCK_NEW + rm -f $LOCK_DAILY $LOCK_ACCEPTED } # If we error out this one is called, *FOLLOWED* by cleanup above