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:
-rw-r--r--include/profiles4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/profiles b/include/profiles
index 363f3580..4b7741fd 100644
--- a/include/profiles
+++ b/include/profiles
@@ -183,8 +183,8 @@
;;
# Lynis Enterprise license key
- license-key | license_key)
- if [ ! "${VALUE}" = "" ]; then
+ license-key | license_key)
+ if [ ! -z "${VALUE}" ]; then
LICENSE_KEY="${VALUE}"
Report "license_key=${VALUE}"
fi