mirror of https://github.com/CISOfy/lynis.git
Use proper variable for cURL
This commit is contained in:
parent
09193d8ba9
commit
2b95019b62
|
@ -126,7 +126,7 @@ InsertSection "Basics"
|
|||
|
||||
logtext "Checking usage of cURL"
|
||||
FIND_CURL=`grep curl ${AUDIT_FILE}`
|
||||
if [ ! "${FIND_WGET}" = "" ]; then
|
||||
if [ ! "${FIND_CURL}" = "" ]; then
|
||||
Display --indent 4 --text "Download tool" --result "curl"
|
||||
FILE_DOWNLOAD=1
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue