X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdinstall.functions;h=8119387c5483da7daccf17c1edf04b948196e0e4;hb=dfcf4071605b938bc472062973545e0abe392bfc;hp=1ced76028b703c107b19ed6a4028705ef3ca598a;hpb=1a01a6e33b24a2db5ea7ba52a82d9a03f133dd99;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