remove erronous line line, wrongly left in

main
demmm 10 years ago
parent 8cefd1dcb8
commit 49bdb25f30

@ -135,7 +135,6 @@ 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 os.path.isfile(sddm_conf_path): if os.path.isfile(sddm_conf_path):
print('SDDM config file exists') print('SDDM config file exists')
else: else:

Loading…
Cancel
Save