From b29732bf5fe2cf8e634ccc3977e20e91b8f9060c Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Tue, 24 Oct 2017 14:15:59 +0200 Subject: [PATCH] Spacing and readability --- include/profiles | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/profiles b/include/profiles index 363f3580..4b7741fd 100644 --- a/include/profiles +++ b/include/profiles @@ -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