diff options
| -rwxr-xr-x | php-malware-finder/phpmalwarefinder | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-malware-finder/phpmalwarefinder b/php-malware-finder/phpmalwarefinder index acad8a7..492a476 100755 --- a/php-malware-finder/phpmalwarefinder +++ b/php-malware-finder/phpmalwarefinder | |||
| @@ -6,7 +6,7 @@ CONFIG_PATH='/etc/phpmalwarefinder/malwares.yara' | |||
| 6 | IONICE_BIN=$(type -P ionice) | 6 | IONICE_BIN=$(type -P ionice) |
| 7 | NICE_BIN=$(type -P nice) | 7 | NICE_BIN=$(type -P nice) |
| 8 | 8 | ||
| 9 | if [ ! -f "$YARA" ] | 9 | if [ ! -x "$YARA" ] |
| 10 | then | 10 | then |
| 11 | YARA='./yara' | 11 | YARA='./yara' |
| 12 | fi | 12 | fi |
