mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Spacing and readability
This commit is contained in:
parent
c5e014eaf4
commit
b29732bf5f
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue