From 47d8e3839c2a205799f76180bff40b4edaefee43 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 12 Jan 2021 07:55:22 -0500 Subject: [PATCH] Bug 25429: Script should be able to run with only return claims Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Rebecca Coert --- misc/cronjobs/cleanup_database.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/cronjobs/cleanup_database.pl b/misc/cronjobs/cleanup_database.pl index d7dfc2f12c..254bb7e895 100755 --- a/misc/cronjobs/cleanup_database.pl +++ b/misc/cronjobs/cleanup_database.pl @@ -223,6 +223,7 @@ unless ( $sessions || $pPseudoTransactionsFrom || $pPseudoTransactionsTo || $pMessages + || $return_claims ) { print "You did not specify any cleanup work for the script to do.\n\n"; usage(1); -- 2.11.0