mirror of https://github.com/CISOfy/lynis.git
Spacing and readability
This commit is contained in:
parent
c5e014eaf4
commit
b29732bf5f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue