Skip to content

Commit

Permalink
Cosmetic changes to a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed Nov 8, 2023
1 parent 59a689e commit 51cbb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/virus_scan.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ nice clamscan \
{% endfor %}
/

# if any infections are found, touch the detection file
# If any infections are found, touch the detection file.
if ! grep --quiet "^Infected files: 0$" ${LAST_SCAN_LOG_FILENAME}; then
touch ${LAST_DETECTION_FILENAME}
fi

0 comments on commit 51cbb7c

Please sign in to comment.