summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/myth_mtc.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2011-12-21 22:43:21 (GMT)
committerJames Meyer <james.meyer@operamail.com>2011-12-21 22:43:21 (GMT)
commit02750b0fe64c4da69ff0dfc16178f1a79cec0b18 (patch)
treedc18089e73a30a552b1291fc951e0fee96fc8a49 /abs/core/LinHES-system/myth_mtc.sh
parent42cebee00a801bc7267613c4588bcefa6e60ff39 (diff)
downloadlinhes_pkgbuild-02750b0fe64c4da69ff0dfc16178f1a79cec0b18.zip
linhes_pkgbuild-02750b0fe64c4da69ff0dfc16178f1a79cec0b18.tar.gz
linhes_pkgbuild-02750b0fe64c4da69ff0dfc16178f1a79cec0b18.tar.bz2
linhes-system: myth_mtc
fix python bindings usage and replace popen2 with subprocess. refs #803
Diffstat (limited to 'abs/core/LinHES-system/myth_mtc.sh')
-rwxr-xr-xabs/core/LinHES-system/myth_mtc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/LinHES-system/myth_mtc.sh b/abs/core/LinHES-system/myth_mtc.sh
index 487513b..12486c4 100755
--- a/abs/core/LinHES-system/myth_mtc.sh
+++ b/abs/core/LinHES-system/myth_mtc.sh
@@ -3,7 +3,7 @@
logFile='/var/log/mythtv/myth_mtc.log'
date=`date +%Y-%m-%d`
-myth_mtc.py > $logFile 2>&1
+MYTHCONFDIR=/usr/share/mythtv myth_mtc.py > $logFile 2>&1
if [ $? = 0 ]
then
echo "Finished $date" >> $logFile