From e293af16aab3725ddd21dbecd374e8eb5232afb6 Mon Sep 17 00:00:00 2001 From: Julian Phillips Date: Wed, 17 Jul 2019 18:01:44 -0700 Subject: [PATCH] Add FOUND var to unset list --- include/tests_crypto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_crypto b/include/tests_crypto index 4f7f1ff4..e22dcfe1 100644 --- a/include/tests_crypto +++ b/include/tests_crypto @@ -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 # #################################################################################