#!/bin/sh
# See:
#   man mythtv-update-motd
# on how to disable this service if you don't want it to run.

if [ -f /run/motd.mythtv-status ]; then
    cat /run/motd.mythtv-status
else
    exit 0
fi
