mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-06 08:24:57 -04:00
Update CVE patchers
This commit is contained in:
parent
e58ba3e9b2
commit
e962fdeb81
99 changed files with 502 additions and 366 deletions
|
@ -86,7 +86,7 @@ scanForMalware() {
|
|||
fi;
|
||||
fi;
|
||||
du -hsc $scanQueue;
|
||||
/usr/bin/clamscan --recursive --detect-pua --infected $excludes $scanQueue;
|
||||
/usr/bin/clamscan --recursive --detect-pua --infected --allmatch $excludes $scanQueue;
|
||||
local clamscanExit="$?";
|
||||
if [ "$clamscanExit" -eq "1" ]; then
|
||||
echo -e "\e[0;31m----------------------------------------------------------------\e[0m";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue