From: Zoltán Felleg Date: Wed, 29 Oct 2025 08:07:50 +0000 (+0100) Subject: Updated log.in (added failure logging to letsencrypt). X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=2c00e8e826dfd2e443aa8a5a9f335c7666975b09;p=user-lxc.git Updated log.in (added failure logging to letsencrypt). --- diff --git a/sources/log.in/c3d/postinstall/install-data/etc/logwatch/scripts/services/letsencrypt b/sources/log.in/c3d/postinstall/install-data/etc/logwatch/scripts/services/letsencrypt index 7d818f3..1f0fdcc 100644 --- a/sources/log.in/c3d/postinstall/install-data/etc/logwatch/scripts/services/letsencrypt +++ b/sources/log.in/c3d/postinstall/install-data/etc/logwatch/scripts/services/letsencrypt @@ -17,4 +17,4 @@ #cat -grep -e '(skipped)' -e '(success)' | sort | uniq +grep --regexp='(failed)\|(skipped)\|(success)' | sort | uniq