mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-25 14:54:32 +02:00
Changed typo cly.py to cli.py
This commit is contained in:
parent
91237ebc20
commit
19fd348249
@ -592,7 +592,7 @@
|
|||||||
|
|
||||||
# Check for built-in --security option
|
# Check for built-in --security option
|
||||||
if [ ${DO_TEST} -eq 0 ]; then
|
if [ ${DO_TEST} -eq 0 ]; then
|
||||||
FileExists /usr/share/yum-cli/cly.py
|
FileExists /usr/share/yum-cli/cli.py
|
||||||
if [ ${FILE_FOUND} -eq 1 ]; then
|
if [ ${FILE_FOUND} -eq 1 ]; then
|
||||||
SearchItem "--security" "/usr/share/yum-cli/cly.py"
|
SearchItem "--security" "/usr/share/yum-cli/cly.py"
|
||||||
if [ ${ITEM_FOUND} -eq 1 ]; then
|
if [ ${ITEM_FOUND} -eq 1 ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user