Skip to content

Commit fcfdfe9

Browse files
committed
fix
1 parent aefe6b3 commit fcfdfe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usr/sbin/autologinchange

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ if grep --quiet --recrusive --ignore-case -- '^\[Seat:[^*]' /etc/lightdm; then
435435
fi
436436

437437
readarray -t autologin_users_lightdm < <(
438-
grep --quiet --ignore-case -- '^autologin-user=' /etc/lightdm \
438+
grep --recursive --ignore-case -- '^autologin-user=' /etc/lightdm \
439439
| filter_out_sysmaint_maybe \
440440
| awk -F'=' '{ print $NF }' || true
441441
) || true

0 commit comments

Comments
 (0)