Spacing and readability

This commit is contained in:
Michael Boelen 2017-10-24 14:15:59 +02:00
parent c5e014eaf4
commit b29732bf5f
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04

View File

@ -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