mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-09 20:02:20 +03:00
updated lightdm conf. Added new line to conf file if file exits
This commit is contained in:
parent
b167499416
commit
61256b4503
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ class Registration:
|
||||||
self.util.create_file(pardus_xfce_path)
|
self.util.create_file(pardus_xfce_path)
|
||||||
|
|
||||||
file_lightdm = open(pardus_xfce_path, 'a')
|
file_lightdm = open(pardus_xfce_path, 'a')
|
||||||
file_lightdm.write("[Seat:*]")
|
file_lightdm.write("[Seat:*]\n")
|
||||||
file_lightdm.write("greeter-hide-users=true")
|
file_lightdm.write("greeter-hide-users=true")
|
||||||
file_lightdm.close()
|
file_lightdm.close()
|
||||||
self.logger.info("lightdm.conf has been configured.")
|
self.logger.info("lightdm.conf has been configured.")
|
||||||
|
|
Loading…
Reference in a new issue