From 109bf845a8017dbbcebddb4283a514035f844e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= Date: Thu, 29 Oct 2020 13:29:19 +0100 Subject: [PATCH] [util-yaml] fix skipping user for gnome --- lib/util-yaml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util-yaml.sh b/lib/util-yaml.sh index a14dfba..6a5a680 100644 --- a/lib/util-yaml.sh +++ b/lib/util-yaml.sh @@ -347,7 +347,7 @@ write_settings_conf(){ if ${oem_used}; then msg2 "Skipping to set users module." echo " - oemuser" >> "$conf" - elif [[ ${profile} != "gnome" ]]; then + elif [[ ${profile} == "gnome" ]]; then msg2 "Skipping to set users module." else echo " - users" >> "$conf"