From 8fe83c55b35ee6877c267e7c059b2eb2d661c030 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 12 Apr 2020 14:14:05 +0000 Subject: [PATCH] Bug 25146: Move reconcile_balances.pl script into maintenance directory This moves the reconcile_balances.pl script from the cronjobs to the maintenance directory. It's still useful if you want to start using AccountAutoReconcile to clean your data up at the beginning, but is not supposed to run regularly in cron. To test: - Verify the file has been moved - Run the script and verify it still works --- misc/{cronjobs => maintenance}/reconcile_balances.pl | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename misc/{cronjobs => maintenance}/reconcile_balances.pl (100%) diff --git a/misc/cronjobs/reconcile_balances.pl b/misc/maintenance/reconcile_balances.pl similarity index 100% rename from misc/cronjobs/reconcile_balances.pl rename to misc/maintenance/reconcile_balances.pl -- 2.11.0