From 4a113afcc41328a691818b323809acc890854d9a Mon Sep 17 00:00:00 2001 From: Matt Amos Date: Mon, 16 Apr 2018 17:39:07 +0100 Subject: [PATCH] Actually delete files. --- .../planet/templates/default/old-planet-file-cleanup.cron.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/planet/templates/default/old-planet-file-cleanup.cron.erb b/cookbooks/planet/templates/default/old-planet-file-cleanup.cron.erb index f3983cbdd..4c880b4b7 100644 --- a/cookbooks/planet/templates/default/old-planet-file-cleanup.cron.erb +++ b/cookbooks/planet/templates/default/old-planet-file-cleanup.cron.erb @@ -1,4 +1,4 @@ # DO NOT EDIT - This file is being maintained by Chef MAILTO=zerebubuth@gmail.com # run this on the first monday of the month at 3:44am -44 3 1-7 * * www-data test $(date +\%u) -eq 1 && /usr/local/bin/old-planet-file-cleanup --dry-run --debug +44 3 1-7 * * www-data test $(date +\%u) -eq 1 && /usr/local/bin/old-planet-file-cleanup --debug -- 2.39.5