X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2Fbin%2Ffreeside-daily;h=ac0a82391d9db15460f119156a9ea6ca006fb03f;hb=c0e4e71f6e2888fe83c6b288a84dcc4a4897c848;hp=3e4843b120712cee71a3c1525cf3473c7c6ac1a5;hpb=b9cf39b5041702b3211a4ea5b471a3b059cd81ea;p=freeside.git diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily index 3e4843b12..ac0a82391 100755 --- a/FS/bin/freeside-daily +++ b/FS/bin/freeside-daily @@ -13,7 +13,7 @@ my $user = shift or die &usage; adminsuidsetup $user; #you can skip this by not having a NetworkMonitoringSystem configured -use FS::Cron::nms qw(nms_report); +use FS::Cron::nms_report qw(nms_report); nms_report(%opt); #you can skip this by setting the disable_cron_billing config @@ -51,8 +51,8 @@ if ( $opt{u} ) { } #you can skip this just by not having the config -use FS::Cron::backup qw(backup_scp); -backup_scp(); +use FS::Cron::backup qw(backup); +backup(); #same use FS::Cron::rt_tasks qw(rt_escalate);