From 5cf60685b7d5957bbdb3d46b4b3f76b0b6d69801 Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Tue, 22 Sep 2026 12:57:15 +0200 Subject: [PATCH] OP#785 add newline --- templates/scan.sh.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/scan.sh.erb b/templates/scan.sh.erb index 19f5eac..1ad4d53 100644 --- a/templates/scan.sh.erb +++ b/templates/scan.sh.erb @@ -23,4 +23,4 @@ if grep -q "Infected files: [^0]" "$LOG_FILE" 2>/dev/null; then mail -s "⚠️ ClamAV Alert on $(hostname)" "$EMAIL" < "$TMP_ALERT" fi -rm -f "$TMP_ALERT" \ No newline at end of file +rm -f "$TMP_ALERT"