From 16262597b250539d09bb48a9b375feffd2db9e7a 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 Content-Type: text/plain; charset=utf-8 Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Rebecca Coert Signed-off-by: Victor Grousset/tuxayo Signed-off-by: Marcel de Rooy --- 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 aefdf4cd44..f29c7a76a7 100755 --- a/misc/cronjobs/cleanup_database.pl +++ b/misc/cronjobs/cleanup_database.pl @@ -234,6 +234,7 @@ unless ( $sessions || defined $lock_days && $lock_days ne q{} || $labels || $cards + || $return_claims ) { print "You did not specify any cleanup work for the script to do.\n\n"; usage(1); -- 2.20.1