From 22815a6f9f516e93c8b6741ce0e3173080dac437 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Fri, 18 Jan 2019 22:29:20 +0100 Subject: [PATCH] added comment to motd.sh --- bin/motd.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/motd.sh b/bin/motd.sh index 3f624b44..770621d6 100755 --- a/bin/motd.sh +++ b/bin/motd.sh @@ -1,5 +1,8 @@ #!/bin/ash +# this one is creating my /etc/motd file via cron to get some network +# statistics when logging in to my servers. + echo "" > /etc/motd hostname -f >> /etc/motd echo "" >> /etc/motd