summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--virtual/miller-base/files/weekly-av-scan.cron2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/miller-base/files/weekly-av-scan.cron b/virtual/miller-base/files/weekly-av-scan.cron
index 50975e6..ce9d9c3 100644
--- a/virtual/miller-base/files/weekly-av-scan.cron
+++ b/virtual/miller-base/files/weekly-av-scan.cron
@@ -1,3 +1,3 @@
#!/bin/bash
-clamscan / -ri `mount | grep -v ^/dev | cut -d ' ' -f 3 | sed -e 's/^/--exclude-dir=/'`
+nice clamscan / -ri `mount | grep -v ^/dev | cut -d ' ' -f 3 | sed -e 's/^/--exclude-dir=/'`