mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-23 05:44:45 +02:00
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"
|
logtext "Checking usage of cURL"
|
||||||
FIND_CURL=`grep curl ${AUDIT_FILE}`
|
FIND_CURL=`grep curl ${AUDIT_FILE}`
|
||||||
if [ ! "${FIND_WGET}" = "" ]; then
|
if [ ! "${FIND_CURL}" = "" ]; then
|
||||||
Display --indent 4 --text "Download tool" --result "curl"
|
Display --indent 4 --text "Download tool" --result "curl"
|
||||||
FILE_DOWNLOAD=1
|
FILE_DOWNLOAD=1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user