summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Voisin2015-04-21 09:51:31 +0200
committerJulien Voisin2015-04-21 09:52:09 +0200
commit81a3df2a2a7d8c264bab39a02563ddea60e342db (patch)
tree53ffa6bdab6c1f1af1fa328b8d13840d5061ac52
parent980f9f11cd7c03394201e7ace7093abc7bb43758 (diff)
ionice the scan
-rwxr-xr-xphpmalwarefinder2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpmalwarefinder b/phpmalwarefinder
index 2fc2311..b050a7e 100755
--- a/phpmalwarefinder
+++ b/phpmalwarefinder
@@ -57,4 +57,4 @@ fi
57 57
58OPTS="${OPTS} -r ${CONFIG_PATH}" 58OPTS="${OPTS} -r ${CONFIG_PATH}"
59 59
60$YARA $OPTS $@ 60ionice -c3 $YARA $OPTS $@