From b7ca293c8a25b4e94aa5a87fe658254a1ab9992b Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Mon, 31 Dec 2018 21:54:30 +1300 Subject: [PATCH] Oops, actually commit the update-motd.d snippet! --- update-motd.d/50-mythtv-status | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 update-motd.d/50-mythtv-status diff --git a/update-motd.d/50-mythtv-status b/update-motd.d/50-mythtv-status new file mode 100755 index 0000000..b59ba9a --- /dev/null +++ b/update-motd.d/50-mythtv-status @@ -0,0 +1,5 @@ +#!/bin/sh +# See: +# man mythtv-update-motd +# on how to disable this service if you don't want it to run. +[ -f /var/run/motd.mythtv-status ] && cat /var/run/motd.mythtv-status -- 2.30.2