mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
More cleanup
This commit is contained in:
parent
92dcea3b7d
commit
62cba6a878
7 changed files with 4 additions and 21 deletions
|
@ -86,7 +86,7 @@ scanForMalware() {
|
|||
fi;
|
||||
fi;
|
||||
du -hsc $scanQueue;
|
||||
/usr/bin/clamscan --recursive --detect-pua --infected --allmatch $excludes $scanQueue;
|
||||
/usr/bin/clamscan --recursive --detect-pua --infected --allmatch --max-filesize=4000M --max-scansize=4000M $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