mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
missed colon
This commit is contained in:
parent
f26406daa4
commit
231c93a513
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ def set_autologin(username, displaymanagers, root_mount_point):
|
||||||
if "sddm" in displaymanagers:
|
if "sddm" in displaymanagers:
|
||||||
# Systems with Sddm as Desktop Manager
|
# Systems with Sddm as Desktop Manager
|
||||||
sddm_conf_path = os.path.join(root_mount_point, "etc/sddm.conf")
|
sddm_conf_path = os.path.join(root_mount_point, "etc/sddm.conf")
|
||||||
if sddm_conf_path != os.path.join(root_mount_point, "etc/sddm.conf")
|
if sddm_conf_path != os.path.join(root_mount_point, "etc/sddm.conf"):
|
||||||
check_chroot_call("sddm --example-config > etc/sddm.conf", shell=True)
|
check_chroot_call("sddm --example-config > etc/sddm.conf", shell=True)
|
||||||
text = []
|
text = []
|
||||||
if os.path.exists(sddm_conf_path):
|
if os.path.exists(sddm_conf_path):
|
||||||
|
|
Loading…
Add table
Reference in a new issue