diff options
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/miller-base/files/weekly-av-scan.cron | 2 |
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=/'` |