Files
server/etc/update-motd.d/85-fwupd
cutemeli 0bfc6c8425 Initial
2025-12-22 10:32:59 +00:00

6 lines
84 B
Bash
Executable File

#!/bin/sh
if [ -f /run/motd.d/85-fwupd ]; then
cat /run/motd.d/85-fwupd
fi