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
|
fi
|
||||||
done
|
done
|
||||||
Display --indent 2 --text "- Found ${FOUND} LUKS encrypted block devices." --result OK --color WHITE
|
Display --indent 2 --text "- Found ${FOUND} LUKS encrypted block devices." --result OK --color WHITE
|
||||||
unset BLOCK_DEV
|
unset BLOCK_DEV FOUND
|
||||||
fi
|
fi
|
||||||
#
|
#
|
||||||
#################################################################################
|
#################################################################################
|
||||||
|
|
Loading…
Reference in New Issue