#!/bin/bash
if [ x$MYTH_RUN_STATUS = x ]
then
    MYTHCONFDIR=/usr/share/mythtv /usr/LH/bin/myth_status.py
fi
MYTH_RUN_STATUS="1"