From ce4a92f3622dbae1d1c5a6f948d49caac243a339 Mon Sep 17 00:00:00 2001 From: Bernhard Landauer Date: Mon, 29 Jun 2020 14:11:31 +0200 Subject: [PATCH] fix netinstall_label check --- lib/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.sh b/lib/util.sh index 7e06f78..1cf27aa 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -442,7 +442,7 @@ load_profile_config(){ [[ -z ${needs_internet} ]] && needs_internet='false' [[ -z ${netinstall} ]] && netinstall='false' - [[ -z ${netinstall_label}]] && netinstall_label='Package selection' + [[ -z ${netinstall_label} ]] && netinstall_label='Package selection' [[ -z ${mhwd_used} ]] && mhwd_used='true'