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:
authorMichael Boelen <michael.boelen@cisofy.com>2017-10-24 15:15:59 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-10-24 15:15:59 +0300
commitb29732bf5fe2cf8e634ccc3977e20e91b8f9060c (patch)
tree8405981ffa33f07d6b3b15f993640e68ec489e45 /include/profiles
parentc5e014eaf43cd059ad89f00af3817be1eb8be4ca (diff)
Spacing and readability
Diffstat (limited to 'include/profiles')
-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