diff options
| author | Julien (jvoisin) Voisin | 2016-07-19 15:16:25 +0200 |
|---|---|---|
| committer | Julien (jvoisin) Voisin | 2016-07-19 15:16:25 +0200 |
| commit | 29ce99a4a189a2dbe4fb21fda7d6e358a6ca61a7 (patch) | |
| tree | ea8fcb77d0a0f2200be4b601e4b1055e8e88325a | |
| parent | 36c4a697f91cb17518ae2cb11375fba13278e570 (diff) | |
Do not exit if `nice` isn't installed
| -rwxr-xr-x | php-malware-finder/phpmalwarefinder | 1 |
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 | |||
| 174 | if [ ! -e "${NICE}" ] | 174 | if [ ! -e "${NICE}" ] |
| 175 | then | 175 | then |
| 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 | ||
| 178 | fi | 177 | fi |
| 179 | 178 | ||
| 180 | 179 | ||
