From 3aecbad7dc371d9014c0fc4700c33e29f68285c9 Mon Sep 17 00:00:00 2001 From: Frede H Date: Sun, 18 Mar 2018 18:48:58 +0100 Subject: [PATCH] Update util.sh --- lib/util.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/util.sh b/lib/util.sh index 1881b82..9a67922 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -379,9 +379,7 @@ load_profile_config(){ [[ -z ${smb_workgroup} ]] && smb_workgroup='' - if ${full_iso}; then - extra='true' - fi + [[ ${full_iso} ]] && extra='true' basic='true' [[ -z ${extra} ]] && extra='false'