about summary refs log tree commit diff stats
path: root/bin
diff options
context:
space:
mode:
authoradmins <admins@tilde.institute>2020-07-03 19:19:03 -0400
committeradmins <admins@tilde.institute>2020-07-03 19:19:03 -0400
commit6802073f98204642d972458c365210ae4973a24d (patch)
tree698a8f47449fcae9be43dca084a704a6f4414924 /bin
parent172ed399d8c74070c84f83c8d1a61dd3a89fca1f (diff)
downloadadmin-6802073f98204642d972458c365210ae4973a24d.tar.gz
added ref to clinte manpage to motd, and added another quote to the rotation
Diffstat (limited to 'bin')
-rwxr-xr-xbin/motdrotate.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/motdrotate.py b/bin/motdrotate.py
index 1f178cc..003d21d 100755
--- a/bin/motdrotate.py
+++ b/bin/motdrotate.py
@@ -24,7 +24,8 @@ def rotatemotd(motd):
             '"Technology is, of course, a double-edged sword. Fire can cook our food but also burn us."',
             '"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."']
+            '"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."']
     motdchoice = random.choice(motdmsgs)
     try:
         with open("/etc/motd", "w") as etcmotd: