Files
server/etc/update-motd.d/85-fwupd
2026-01-08 18:34:49 +01: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