Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Phillips <phillips.julian@gmail.com>2019-07-18 04:01:44 +0300
committerJulian Phillips <phillips.julian@gmail.com>2019-07-18 04:01:44 +0300
commite293af16aab3725ddd21dbecd374e8eb5232afb6 (patch)
tree5d621d829bc9814f078fac2fbb2f1d12c9d94e6e /include/tests_crypto
parent84dd0248876e99d1c92d8ff64cbd8c6306048356 (diff)
Add FOUND var to unset list
Diffstat (limited to 'include/tests_crypto')
-rw-r--r--include/tests_crypto2
1 files changed, 1 insertions, 1 deletions
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
#
#################################################################################