summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xphpmalwarefinder6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpmalwarefinder b/phpmalwarefinder
index d6081e1..c49a7bd 100755
--- a/phpmalwarefinder
+++ b/phpmalwarefinder
@@ -1,9 +1,9 @@
1#!/usr/bin/env bash 1#!/usr/bin/env bash
2 2
3YARA=$(command -v yara) 3YARA=$(type -P yara)
4CONFIG_PATH='/etc/phpmalwarefinder/malwares.yara' 4CONFIG_PATH='/etc/phpmalwarefinder/malwares.yara'
5IONICE_BIN=$(command -v ionice) 5IONICE_BIN=$(type -P ionice)
6NICE_BIN=$(command -v nice) 6NICE_BIN=$(type -P nice)
7 7
8if [ ! -f "$YARA" ] 8if [ ! -f "$YARA" ]
9then 9then