summaryrefslogtreecommitdiff
path: root/FS/bin
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-11-29 04:21:46 -0600
committerJonathan Prykop <jonathan@freeside.biz>2016-11-29 04:21:46 -0600
commit51f97ec141f77064ca020634e7eccd85d9ead753 (patch)
tree9cb85be334b240b375c40c5415e8b13f17cfe87c /FS/bin
parent4cc0d96d34316ac01d2e204905bbe8de8dcd1469 (diff)
71513: Card tokenization [upgrade implemented]
Diffstat (limited to 'FS/bin')
-rwxr-xr-xFS/bin/freeside-daily2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily
index ee95c14db..e1463f5da 100755
--- a/FS/bin/freeside-daily
+++ b/FS/bin/freeside-daily
@@ -97,7 +97,7 @@ use FS::Cron::backup qw(backup);
backup();
#except we'd rather not start cleanup jobs until the backup is done
-cleanup();
+cleanup( quiet => !$opt{'v'} );
$log->info('finish');