diff --git a/CHANGELOG.md b/CHANGELOG.md index 83a0ba3..4e92fff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,5 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +### Changed +* Enable quiet mode in cron job + ## v1.0.0 - 2023-12-01 Initial release diff --git a/data/common.yaml b/data/common.yaml index a0a3d26..153955a 100644 --- a/data/common.yaml +++ b/data/common.yaml @@ -2,7 +2,7 @@ f_upgrade::config: {} f_upgrade::config_file: '/usr/local/etc/f-upgrade.conf' f_upgrade::cronjob_options: - command: '/usr/local/sbin/f-upgrade' + command: '/usr/local/sbin/f-upgrade -q' user: 'root' minute: '15' f_upgrade::hook_dir: '/usr/local/etc/f-upgrade.hook.d'