summaryrefslogtreecommitdiff
path: root/FS/bin
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-05-22 16:56:13 -0700
committerMark Wells <mark@freeside.biz>2013-05-22 16:56:13 -0700
commit0501f29819775ab5a167ab81bcd9baba45c198ab (patch)
tree426351341f17118bd47a7d80d70d3112e300454e /FS/bin
parenta5be7f4e5e7398207636d729a168211842ac706c (diff)
fully automate coordinate lookups, #23040
Diffstat (limited to 'FS/bin')
-rwxr-xr-xFS/bin/freeside-daily4
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');
###