mirror of https://github.com/CISOfy/lynis.git
Add FOUND var to unset list
This commit is contained in:
parent
84dd024887
commit
e293af16aa
|
@ -144,7 +144,7 @@
|
|||
fi
|
||||
done
|
||||
Display --indent 2 --text "- Found ${FOUND} LUKS encrypted block devices." --result OK --color WHITE
|
||||
unset BLOCK_DEV
|
||||
unset BLOCK_DEV FOUND
|
||||
fi
|
||||
#
|
||||
#################################################################################
|
||||
|
|
Loading…
Reference in New Issue