5 lines
96 B
Plaintext
5 lines
96 B
Plaintext
|
#!/bin/bash
|
||
|
# remove cockpit alert forever [SME: 12575]
|
||
|
ln -sfn /dev/null /etc/motd.d/cockpit
|
||
|
|