]> err.no Git - dak/commitdiff
Dont run aptftpcleanup in dinstall
authorJoerg Jaspert <joerg@debian.org>
Sun, 5 Sep 2010 23:07:43 +0000 (01:07 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sun, 5 Sep 2010 23:07:43 +0000 (01:07 +0200)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/backports/cron.dinstall

index 15e339f3e12d71284a7138d4f491ba1c00fc85a1..b26626af482683570f0de9ce5f20157f46044eed 100755 (executable)
@@ -398,13 +398,13 @@ GO=(
 )
 stage $GO &
 
-GO=(
-    FUNC="aptftpcleanup"
-    TIME="apt-ftparchive cleanup"
-    ARGS=""
-    ERR="false"
-)
-stage $GO
+GO=(
+    FUNC="aptftpcleanup"
+    TIME="apt-ftparchive cleanup"
+    ARGS=""
+    ERR="false"
+)
+stage $GO
 
 log "Daily cron scripts successful, all done"