]> git.decadent.org.uk Git - dak.git/commitdiff
WTF? rm -f ? WTF?(cherry picked from commit d7bdf461c9c5cdc1d5502917f5b306237f65ed83)
authorJoerg Jaspert <joerg@debian.org>
Sat, 3 May 2008 20:14:19 +0000 (22:14 +0200)
committerJoerg Jaspert <joerg@debian.org>
Wed, 24 Sep 2008 19:24:49 +0000 (21:24 +0200)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/cron.dinstall

index cd22bd25037382fb5e4daa59a744b8a0f3ae4531..d8a69d62de4478af48045c1ad2c4b0fa368993ec 100755 (executable)
@@ -28,7 +28,6 @@ cleanup() {
     rm -f "$LOCKAC"
   fi
   echo "Cleanup"
-  rm -f "$LOGFILE"
 }
 lockfile -l 3600 $LOCKCU
 trap cleanup 0