summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien (jvoisin) Voisin2016-07-19 15:16:25 +0200
committerJulien (jvoisin) Voisin2016-07-19 15:16:25 +0200
commit29ce99a4a189a2dbe4fb21fda7d6e358a6ca61a7 (patch)
treeea8fcb77d0a0f2200be4b601e4b1055e8e88325a
parent36c4a697f91cb17518ae2cb11375fba13278e570 (diff)
Do not exit if `nice` isn't installed
-rwxr-xr-xphp-malware-finder/phpmalwarefinder1
1 files changed, 0 insertions, 1 deletions
diff --git a/php-malware-finder/phpmalwarefinder b/php-malware-finder/phpmalwarefinder
index 1f8073f..9853e94 100755
--- a/php-malware-finder/phpmalwarefinder
+++ b/php-malware-finder/phpmalwarefinder
@@ -174,7 +174,6 @@ fi
174if [ ! -e "${NICE}" ] 174if [ ! -e "${NICE}" ]
175then 175then
176 echo "No nice program available. Please install ionice or nice." 176 echo "No nice program available. Please install ionice or nice."
177 exit 1
178fi 177fi
179 178
180 179