summaryrefslogtreecommitdiffstats
path: root/antivirus/clamav/FINAL
diff options
context:
space:
mode:
Diffstat (limited to 'antivirus/clamav/FINAL')
-rwxr-xr-xantivirus/clamav/FINAL9
1 files changed, 9 insertions, 0 deletions
diff --git a/antivirus/clamav/FINAL b/antivirus/clamav/FINAL
new file mode 100755
index 0000000000..64e1e77aff
--- /dev/null
+++ b/antivirus/clamav/FINAL
@@ -0,0 +1,9 @@
+
+LOG=/var/log/clam-update.log
+ touch $LOG
+ chown clamav $LOG
+ chmod 600 $LOG
+
+echo -e "\033[1mThis is a test of the virus scanner\033[0m"
+clamscan -r -i $SOURCE_DIRECTORY/test
+echo -e "\033[1mTest complete\033[0m"