Skip to content

Commit

Permalink
enable quiet mode in cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Jan 10, 2025
1 parent 1bd9b82 commit 20b741f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion data/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 20b741f

Please sign in to comment.