added comment to motd.sh

This commit is contained in:
Johannes Findeisen 2019-01-18 22:29:20 +01:00
commit 2f9f59a448

View file

@ -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