This repository has been archived on 2024-07-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
etckeeper/update-motd.d/85-fwupd
T
2022-05-13 09:37:26 +02:00

6 lines
96 B
Bash
Executable File

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