From 37c61f7001e9c74867e25bd6baacec5c1f0bbd1d Mon Sep 17 00:00:00 2001 From: Cecil Hugh Watson Date: Sat, 8 Aug 2009 22:43:47 -0700 Subject: MythVodka:Fixed cron.daily. --- abs/extra-testing/mythvodka/PKGBUILD | 2 +- abs/extra-testing/mythvodka/hulu_grabber.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/abs/extra-testing/mythvodka/PKGBUILD b/abs/extra-testing/mythvodka/PKGBUILD index 2a59f2b..0832093 100644 --- a/abs/extra-testing/mythvodka/PKGBUILD +++ b/abs/extra-testing/mythvodka/PKGBUILD @@ -3,7 +3,7 @@ pkgname=mythvodka pkgver=0.7 -pkgrel=10 +pkgrel=11 pkgdesc="MythVodka (Video On Demand Killer App) is a plugin for MythTV allowing streaming of BBC iPlayer, Hulu, HTTP and NZB content." arch=('i686' 'x86_64') license=('GPL2') diff --git a/abs/extra-testing/mythvodka/hulu_grabber.sh b/abs/extra-testing/mythvodka/hulu_grabber.sh index fa76a6a..4840dc0 100755 --- a/abs/extra-testing/mythvodka/hulu_grabber.sh +++ b/abs/extra-testing/mythvodka/hulu_grabber.sh @@ -3,7 +3,7 @@ log=/var/log/mythtv/hulu_grabber.log out=/var/tmp/huludata.xml rm -f $log echo "Start on `date`" >>$log 2>&1 -time /usr/local/bin/gethulu.pl $out.new >>$log 2>&1 +/usr/local/bin/gethulu.pl $out.new >>$log 2>&1 stat=$? if [ $stat -ne 0 ]; then echo "Bad status $stat from gethulu.pl" >>$log 2>&1 -- cgit v0.12