Skip to content
Snippets Groups Projects
Verified Commit 46b4381c authored by David Beniamine's avatar David Beniamine
Browse files

avoid bloking less

parent 3b0eb56b
Branches jessie
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ if [ `crontab -l | grep -c "clamav-weekly"` -eq 0 ]
then
echo -e "\tERROR : clamav weekly not installed"
else
less /var/log/clamav.log
cat /var/log/clamav.log
fi
df -h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment