summaryrefslogtreecommitdiffstats
path: root/antivirus/clamav/FINAL
diff options
context:
space:
mode:
Diffstat (limited to 'antivirus/clamav/FINAL')
-rwxr-xr-xantivirus/clamav/FINAL11
1 files changed, 3 insertions, 8 deletions
diff --git a/antivirus/clamav/FINAL b/antivirus/clamav/FINAL
index 23b347f559..0a134a2295 100755
--- a/antivirus/clamav/FINAL
+++ b/antivirus/clamav/FINAL
@@ -1,10 +1,5 @@
-
-for LOG in /var/log/clam-update.log /var/log/clamd.log;do
- touch $LOG
- chown clamav $LOG
- chmod 600 $LOG
-done
-echo -e "\033[1mThis is a test of the virus scanner\033[0m"
+message "This is a test of the virus scanner:" &&
clamscan -r -i $SOURCE_DIRECTORY/test
-echo -e "\033[1mTest complete\033[0m"
+message "Test complete." &&
+
ldconfig