Skip to content

Commit

Permalink
Fix calamares autologin user
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/rebeccablackos/code@8410 b52b6941-3400-464c-9f42-43200397181c
  • Loading branch information
nerdopolis committed Dec 20, 2023
1 parent 6a97081 commit cf8a0e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
dontChroot: false
autoLoginUser:
"": "/bin/true"
"*": "/usr/bin/waylandloginmanager --setconfigkey autologin-user @@USER@@"
"*": "/usr/bin/waylandloginmanager --setconfigkey autologin-user ${USER}"

0 comments on commit cf8a0e2

Please sign in to comment.