diff options
author | Mark Wells <mark@freeside.biz> | 2013-05-22 16:56:13 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-05-22 16:56:13 -0700 |
commit | 0501f29819775ab5a167ab81bcd9baba45c198ab (patch) | |
tree | 426351341f17118bd47a7d80d70d3112e300454e /FS/bin | |
parent | a5be7f4e5e7398207636d729a168211842ac706c (diff) |
fully automate coordinate lookups, #23040
Diffstat (limited to 'FS/bin')
-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 ac93aaf2f..d6132587b 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'); ### |