From: Joerg Jaspert Date: Sat, 3 May 2008 20:14:19 +0000 (+0200) Subject: WTF? rm -f ? WTF? X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=d7bdf461c9c5cdc1d5502917f5b306237f65ed83;p=dak.git WTF? rm -f ? WTF? --- diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index cd22bd25..d8a69d62 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -28,7 +28,6 @@ cleanup() { rm -f "$LOCKAC" fi echo "Cleanup" - rm -f "$LOGFILE" } lockfile -l 3600 $LOCKCU trap cleanup 0