From b5860daf11ac353049cb1654b9414a129e5cfb96 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 13 May 2026 00:13:57 +0300 Subject: Rework --- templates/usr_local_bin_pylogsentinel-batch-email.sh.j2 | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 templates/usr_local_bin_pylogsentinel-batch-email.sh.j2 (limited to 'templates/usr_local_bin_pylogsentinel-batch-email.sh.j2') diff --git a/templates/usr_local_bin_pylogsentinel-batch-email.sh.j2 b/templates/usr_local_bin_pylogsentinel-batch-email.sh.j2 deleted file mode 100644 index d28efd9..0000000 --- a/templates/usr_local_bin_pylogsentinel-batch-email.sh.j2 +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -FILE=/tmp/pylogsentinel.daily - -if [ ! -f "$FILE" ]; then - echo "Nothing to do" - exit 0 -fi - -echo "Sending email" -cat "$FILE" | mail -s "pylogsentinel alert batch" root - -echo "Removing batch file" -rm "$FILE" -- cgit v1.3