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"