From 7c5db7e0d4d498bc313cc753242cda894a9bb367 Mon Sep 17 00:00:00 2001 From: admins Date: Sat, 4 Jul 2020 00:02:16 -0400 Subject: added an Isaac Newton quote to motd rotation --- bin/motdrotate.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/motdrotate.py b/bin/motdrotate.py index 003d21d..67c45ae 100755 --- a/bin/motdrotate.py +++ b/bin/motdrotate.py @@ -25,7 +25,8 @@ def rotatemotd(motd): '"If we lose love and self-respect for each other, this is how we finally die."', '"We live in a society exquisitely dependent on science and technology, in which hardly anyone knows anything about science and technology."', '"Any sufficiently advanced technology is indistinguishable from magic."', - '"The biggest mistake I made was believing if I cast a beautiful net, I\'d catch only beautiful things."'] + '"The biggest mistake I made was believing if I cast a beautiful net, I\'d catch only beautiful things."', + '"What we know is a drop, what we don\'t know is an ocean." - Isaac Newton'] motdchoice = random.choice(motdmsgs) try: with open("/etc/motd", "w") as etcmotd: -- cgit 1.4.1-2-gfad0