From 7ef0b3dc2be793e149d3e54c5790083bb44e039f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= Date: Thu, 13 Oct 2022 18:38:21 +0200 Subject: [PATCH] [util] fix typo --- lib/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.sh b/lib/util.sh index 4f82153..723d22b 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -449,7 +449,7 @@ load_profile_config(){ [[ -z ${mhwd_used} ]] && mhwd_used='true' [[ -z ${oem_used} ]] && oem_used='false' - [[ -z ${set_oem_user ]] && set_oem_user='true' + [[ -z ${set_oem_user} ]] && set_oem_user='true' [[ -z ${chrootcfg} ]] && chrootcfg='false'