From 4c35abd4cd077860feb265a1ddf13c9bafd62b3d Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 16 Sep 2013 14:38:51 +0200 Subject: [PATCH] debian: add cleanup of registration models If a registration object expires, delete it. --- debian/cron.daily | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/cron.daily b/debian/cron.daily index e14dd78..a4c4b07 100644 --- a/debian/cron.daily +++ b/debian/cron.daily @@ -1,3 +1,4 @@ #!/bin/sh su compte-agglo-montpellier -p -c "/usr/bin/compte-agglo-montpellier cleanup --traceback" +su compte-agglo-montpellier -p -c "/usr/bin/compte-agglo-montpellier cleanupregistration --traceback"