diff options
| author | Julien Voisin | 2015-04-21 09:51:31 +0200 |
|---|---|---|
| committer | Julien Voisin | 2015-04-21 09:52:09 +0200 |
| commit | 81a3df2a2a7d8c264bab39a02563ddea60e342db (patch) | |
| tree | 53ffa6bdab6c1f1af1fa328b8d13840d5061ac52 | |
| parent | 980f9f11cd7c03394201e7ace7093abc7bb43758 (diff) | |
ionice the scan
| -rwxr-xr-x | phpmalwarefinder | 2 |
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 | ||
| 58 | OPTS="${OPTS} -r ${CONFIG_PATH}" | 58 | OPTS="${OPTS} -r ${CONFIG_PATH}" |
| 59 | 59 | ||
| 60 | $YARA $OPTS $@ | 60 | ionice -c3 $YARA $OPTS $@ |
