diff --git a/lib/util-yaml.sh b/lib/util-yaml.sh index 5862f0c..8c4fcbe 100644 --- a/lib/util-yaml.sh +++ b/lib/util-yaml.sh @@ -347,7 +347,8 @@ write_settings_conf(){ if ${oem_used}; then msg2 "Skipping to set users module." echo " - oemuser" >> "$conf" - else + elif [[ ${profile} != "gnome" ]]; then + msg2 "Skipping to set users module." echo " - users" >> "$conf" fi echo " - displaymanager" >> "$conf" && write_displaymanager_conf