Jean-Philippe Pialasse
5a1f39efb3
- fix mail spool perms [SME: 12654] - fix motd noise related to cockpit [SME: 12575] - fix /run vs /var/run temps dir noise [SME: 12639]
5 lines
96 B
Bash
5 lines
96 B
Bash
#!/bin/bash
|
|
# remove cockpit alert forever [SME: 12575]
|
|
ln -sfn /dev/null /etc/motd.d/cockpit
|
|
|