added comment to motd.sh
This commit is contained in:
parent
1dfc18cb84
commit
22815a6f9f
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue