mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-26 15:24:21 +02:00
Spacing and readability
This commit is contained in:
parent
c5e014eaf4
commit
b29732bf5f
@ -184,7 +184,7 @@
|
|||||||
|
|
||||||
# Lynis Enterprise license key
|
# Lynis Enterprise license key
|
||||||
license-key | license_key)
|
license-key | license_key)
|
||||||
if [ ! "${VALUE}" = "" ]; then
|
if [ ! -z "${VALUE}" ]; then
|
||||||
LICENSE_KEY="${VALUE}"
|
LICENSE_KEY="${VALUE}"
|
||||||
Report "license_key=${VALUE}"
|
Report "license_key=${VALUE}"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user