Added exchange rate download script

This commit is contained in:
Pinga 2025-02-15 18:38:26 +02:00
parent 738985b256
commit 265a9eb1f7
3 changed files with 123 additions and 0 deletions

View file

@ -58,6 +58,7 @@ $scheduler->php('/opt/registry/automation/auto-approve-transfer.php')->at('*/30
$scheduler->php('/opt/registry/automation/auto-clean-unused-contact-and-host.php')->at('5 0 * * *');
$scheduler->php('/opt/registry/automation/archive-logs.php')->at('0 1 1 * *');
$scheduler->php('/opt/registry/automation/exchange-rates.php')->at('0 1 * * *');
// Conditional Cron Jobs
if ($cronJobConfig['accounting']) {