6 lines
84 B
Text
6 lines
84 B
Text
|
#!/bin/sh
|
||
|
|
||
|
if [ -f /run/motd.d/85-fwupd ]; then
|
||
|
cat /run/motd.d/85-fwupd
|
||
|
fi
|