summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-system/myth_mtc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/LinHES-system/myth_mtc.sh')
-rwxr-xr-xabs/core-testing/LinHES-system/myth_mtc.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/abs/core-testing/LinHES-system/myth_mtc.sh b/abs/core-testing/LinHES-system/myth_mtc.sh
deleted file mode 100755
index 487513b..0000000
--- a/abs/core-testing/LinHES-system/myth_mtc.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-. /etc/profile
-logFile='/var/log/mythtv/myth_mtc.log'
-date=`date +%Y-%m-%d`
-
-myth_mtc.py > $logFile 2>&1
-if [ $? = 0 ]
-then
- echo "Finished $date" >> $logFile
-else
- echo "Time Exceede $date" >> $logFile
-fi