Skip to content

Commit

Permalink
prep for blazescand
Browse files Browse the repository at this point in the history
  • Loading branch information
brian committed Jun 11, 2018
1 parent 063cc91 commit 6f05b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Expand Up @@ -69,7 +69,7 @@ else
exit 0
fi

if [[ -x $(which clamdscan) 2> /dev/null ]]; then #clamd installed
if [[ -x $(which clamdscan 2> /dev/null) ]]; then #clamd installed
cp -av $PWD/blazescand.conf /usr/local/scan/
echo -e "MaxThreads $(expr $(nproc) / 2)" >> /usr/local/scan/blazescand.conf
echo -e "\n Found Clamd installed continuing\n"
Expand Down

0 comments on commit 6f05b20

Please sign in to comment.