added comment to motd.sh
This commit is contained in:
parent
5b81793411
commit
2f9f59a448
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
#!/bin/ash
|
#!/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
|
echo "" > /etc/motd
|
||||||
hostname -f >> /etc/motd
|
hostname -f >> /etc/motd
|
||||||
echo "" >> /etc/motd
|
echo "" >> /etc/motd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue