summaryrefslogtreecommitdiff
path: root/FS/bin/freeside-daily
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-12-28 14:18:29 -0600
committerJonathan Prykop <jonathan@freeside.biz>2016-12-28 14:18:29 -0600
commit691b4de7c0a7d0e39bebe2ea7fadea5fb21b1539 (patch)
treeec486c00517954c0d37ae1ece07d2de790b306df /FS/bin/freeside-daily
parentf26f4658d8e2a48439ca4f912dbc887cd008ee5b (diff)
parentb6151684a227ad8018de4fdc661fcb61d00675a7 (diff)
71513: Card tokenization [project branch merge]
Diffstat (limited to 'FS/bin/freeside-daily')
-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');