From e492a858be1ca4debe1f254100697cdf138a1463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= Date: Thu, 26 Mar 2020 14:20:56 +0100 Subject: [PATCH] Revert "[yaml-utils] also don't set users module for Gnome" This reverts commit b2a36142a3d49aab5963a457c96f3c8fb215495e. --- lib/util-yaml.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/util-yaml.sh b/lib/util-yaml.sh index 21d3c8e..81feeb3 100644 --- a/lib/util-yaml.sh +++ b/lib/util-yaml.sh @@ -339,8 +339,7 @@ write_settings_conf(){ if ${oem_used}; then msg2 "Skipping to set users module." echo " - oemuser" >> "$conf" - elif [[ ${profile} != "gnome" ]]; then - msg2 "Skipping to set users module." + else echo " - users" >> "$conf" fi echo " - displaymanager" >> "$conf" && write_displaymanager_conf