mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-06-02 18:19:33 +00:00
Client: add newline to motd message
This commit is contained in:
@@ -184,7 +184,7 @@ def configure_hosts(hostname):
|
||||
|
||||
def configure_motd(hostname):
|
||||
with open("/etc/motd", "w") as f:
|
||||
f.write("\r\n{}\r\n".format(hostname))
|
||||
f.write("\r\n{}\r\n\r\n".format(hostname))
|
||||
|
||||
def configure_bashrc(hostname):
|
||||
path = "/home/pi/.bashrc"
|
||||
|
||||
Reference in New Issue
Block a user