Files
linuxsetup/files/rc.local.ubuntu
2026-08-10 16:12:09 +02:00

6 lines
111 B
Bash

#!/bin/sh -e
find /etc/update-motd.d -type f,l ! -name '98*' -delete
/bin/run-parts /etc/update-motd.d
exit 0