From e6210bad824b2efc0a2d54abe8fc79093e7cc5ed Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Wed, 22 May 2013 16:58:31 -0700 Subject: fully automate coordinate lookups, #23040 --- FS/bin/freeside-daily | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'FS/bin/freeside-daily') diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily index 0e43276ad..b6ee5188e 100755 --- a/FS/bin/freeside-daily +++ b/FS/bin/freeside-daily @@ -77,6 +77,10 @@ unlink <${deldir}.CGItemp*>; use FS::Cron::backup qw(backup); backup(); +#except we'd rather not start cleanup jobs until the backup is done +use FS::Cron::cleanup qw(cleanup); +cleanup(); + $log->info('finish'); ### -- cgit v1.2.1