Updated log.in (added failure logging to letsencrypt).
authorZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Wed, 29 Oct 2025 08:07:50 +0000 (09:07 +0100)
committerZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Wed, 29 Oct 2025 08:07:50 +0000 (09:07 +0100)
sources/log.in/c3d/postinstall/install-data/etc/logwatch/scripts/services/letsencrypt

index 7d818f35331323f717da01d326b839db9594c9a7..1f0fdccac3ccb58aa2521b46e8c0df07faa80b53 100644 (file)
@@ -17,4 +17,4 @@
 #cat
 
 
-grep -e '(skipped)' -e '(success)' | sort | uniq
+grep --regexp='(failed)\|(skipped)\|(success)' | sort | uniq