Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add dehydrated cron output filter script
This can be used to filter `dehydrated --cron` output to only contain error messages. This is the suggested solution from upstream: dehydrated-io/dehydrated#47 (comment) Can be tested with: ``` echo "# INFO: Using main config file /etc/dehydrated/config Processing openqa.opensuse.org + Checking domain name(s) of existing cert... unchanged. + Checking expire date of existing cert... + Valid till Oct 17 23:00:12 2024 GMT (Longer than 30 days). Skipping renew!" | ./filter-dehydrated-cron-output ``` Related issue: https://progress.opensuse.org/issues/165027
- Loading branch information