From 20b741f8ec794764544824e9a445e4d841bb932b Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Fri, 10 Jan 2025 22:02:16 +0100 Subject: [PATCH] enable quiet mode in cron job --- CHANGELOG.md | 3 +++ data/common.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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'