]> git.decadent.org.uk Git - dak.git/commitdiff
WTF? rm -f ? WTF?
authorJoerg Jaspert <joerg@debian.org>
Sat, 3 May 2008 20:14:19 +0000 (22:14 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sat, 3 May 2008 20:14:19 +0000 (22:14 +0200)
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