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