From c353929bf2139c73a2d39dd49a40791684fd4cb9 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Fri, 13 Sep 2024 21:46:50 +0200 Subject: [PATCH] SC fixes Signed-off-by: Daniel Hansson --- lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.sh b/lib.sh index 0ee7e8c6d3..ea9f99c2c1 100644 --- a/lib.sh +++ b/lib.sh @@ -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