summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xphp-malware-finder/phpmalwarefinder2
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'
6IONICE_BIN=$(type -P ionice) 6IONICE_BIN=$(type -P ionice)
7NICE_BIN=$(type -P nice) 7NICE_BIN=$(type -P nice)
8 8
9if [ ! -f "$YARA" ] 9if [ ! -x "$YARA" ]
10then 10then
11 YARA='./yara' 11 YARA='./yara'
12fi 12fi