summaryrefslogtreecommitdiffstats
path: root/core/modules/lightdm-greeter-bwlp
diff options
context:
space:
mode:
authorSimon Rettberg2017-11-23 16:22:17 +0100
committerSimon Rettberg2017-11-23 16:22:17 +0100
commit69901c55013efc74da917009f3d24e239d8b1696 (patch)
treed95adc185e8cbd494989946cd47c51e41ca0f014 /core/modules/lightdm-greeter-bwlp
parent[ldm-greeter-bwlp] Only consider SLX_AUTOLOGIN for autologin (diff)
downloadmltk-69901c55013efc74da917009f3d24e239d8b1696.tar.gz
mltk-69901c55013efc74da917009f3d24e239d8b1696.tar.xz
mltk-69901c55013efc74da917009f3d24e239d8b1696.zip
[ldm/vmchooser2] Change autologin handling, support --autoquit config
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..4d6146e5 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%OFF}" ]