summaryrefslogtreecommitdiffstats
path: root/core/modules/lightdm-greeter-bwlp
diff options
context:
space:
mode:
authorSimon Rettberg2017-11-14 15:02:39 +0100
committerSimon Rettberg2017-11-14 15:02:39 +0100
commitf5ae0910a890df7b855d405c5f75a4d08514941e (patch)
treec5f125315967c752e0e3586b4a669c39b6325088 /core/modules/lightdm-greeter-bwlp
parent[safe-mode] Support lightdm (diff)
downloadmltk-f5ae0910a890df7b855d405c5f75a4d08514941e.tar.gz
mltk-f5ae0910a890df7b855d405c5f75a4d08514941e.tar.xz
mltk-f5ae0910a890df7b855d405c5f75a4d08514941e.zip
[ldm-greeter-bwlp] Consider SLX_AUTOSTART_UUID too for autologin
Diffstat (limited to 'core/modules/lightdm-greeter-bwlp')
-rwxr-xr-xcore/modules/lightdm-greeter-bwlp/data/opt/openslx/lightdm/is-autologin-enabled2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/lightdm-greeter-bwlp/data/opt/openslx/lightdm/is-autologin-enabled b/core/modules/lightdm-greeter-bwlp/data/opt/openslx/lightdm/is-autologin-enabled
index 92b223a1..9b9516a7 100755
--- a/core/modules/lightdm-greeter-bwlp/data/opt/openslx/lightdm/is-autologin-enabled
+++ b/core/modules/lightdm-greeter-bwlp/data/opt/openslx/lightdm/is-autologin-enabled
@@ -2,4 +2,4 @@
. /opt/openslx/config
-[ -n "$SLX_AUTOLOGIN" ]
+[ -n "$SLX_AUTOLOGIN" ] || [-n "$SLX_AUTOSTART_UUID" ]