diff options
author | Mark Wells <mark@freeside.biz> | 2013-05-22 16:58:31 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-05-22 16:58:31 -0700 |
commit | e6210bad824b2efc0a2d54abe8fc79093e7cc5ed (patch) | |
tree | b74167e7763e96762e65ba32f27bd2a86987d41a /FS/bin/freeside-daily | |
parent | 2d2fad4dc5654636abf690e0980b851540f64a5b (diff) |
fully automate coordinate lookups, #23040
Diffstat (limited to 'FS/bin/freeside-daily')
-rwxr-xr-x | FS/bin/freeside-daily | 4 |
1 files changed, 4 insertions, 0 deletions
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'); ### |