diff options
| author | Jonathan Prykop <jonathan@freeside.biz> | 2016-12-28 14:18:29 -0600 |
|---|---|---|
| committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-12-28 14:18:29 -0600 |
| commit | 691b4de7c0a7d0e39bebe2ea7fadea5fb21b1539 (patch) | |
| tree | ec486c00517954c0d37ae1ece07d2de790b306df /FS/bin/freeside-daily | |
| parent | f26f4658d8e2a48439ca4f912dbc887cd008ee5b (diff) | |
| parent | b6151684a227ad8018de4fdc661fcb61d00675a7 (diff) | |
71513: Card tokenization [project branch merge]
Diffstat (limited to 'FS/bin/freeside-daily')
| -rwxr-xr-x | FS/bin/freeside-daily | 2 |
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'); |
