Skip to content

Commit

Permalink
SC fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hansson <[email protected]>
  • Loading branch information
enoch85 committed Sep 13, 2024
1 parent 471b46f commit c353929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ then
# Scan file for virus
if ! metadefender-scan /tmp/maxmind"$1".dat.gz | grep '"scan_all_result_a":"No Threat Detected","current_av_result_a":"No Threat Detected"'
then
msg_box "Potential threat found in /tmp/maxmind"$1".dat.gz! Please report this to $ISSUES. We will now delete the file!"
msg_box "Potential threat found in /tmp/maxmind$1.dat.gz! Please report this to $ISSUES. We will now delete the file!"
rm -f /tmp/maxmind"$1".dat.gz
else
install_if_not gzip
Expand Down

0 comments on commit c353929

Please sign in to comment.