motd-scripts/85-fwupd
2024-03-16 13:37:57 -05:00

5 lines
84 B
Bash
Executable file

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