Get rid of default MOTD Alpine

This commit is contained in:
NiceDevil
2023-11-26 17:27:18 +01:00
parent 88b09dd645
commit 17f1bfdc2b

View File

@@ -36,6 +36,9 @@ EOF
# Make it executable
chmod +x /etc/profile.d/motd.sh
# Get rid of default Message Of The Day
rm /etc/motd
```
### Debian / Ubuntu