fully automate coordinate lookups, #23040
[freeside.git] / FS / bin / freeside-daily
index 0e43276..b6ee518 100755 (executable)
@@ -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');
 
 ###