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
1 changed files with 2 additions and 2 deletions

View File

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