diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-08-09 05:46:49 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-08-09 05:46:49 (GMT) |
commit | 8579eeee58a864b783a732cf85b8145511255456 (patch) | |
tree | e37c73d4853b703c58ac2a5bbce0cd1795f07dd4 /abs/extra-testing/mythappletrailers/trailers | |
parent | 37c61f7001e9c74867e25bd6baacec5c1f0bbd1d (diff) | |
download | linhes_pkgbuild-8579eeee58a864b783a732cf85b8145511255456.zip linhes_pkgbuild-8579eeee58a864b783a732cf85b8145511255456.tar.gz linhes_pkgbuild-8579eeee58a864b783a732cf85b8145511255456.tar.bz2 |
MythAppleTrailers:Fixed cron.daily script, updated appletrailer.xml.
Diffstat (limited to 'abs/extra-testing/mythappletrailers/trailers')
-rwxr-xr-x | abs/extra-testing/mythappletrailers/trailers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/extra-testing/mythappletrailers/trailers b/abs/extra-testing/mythappletrailers/trailers index 65ac9c2..aa705c9 100755 --- a/abs/extra-testing/mythappletrailers/trailers +++ b/abs/extra-testing/mythappletrailers/trailers @@ -1,2 +1,2 @@ #!/bin/sh -su mythtv -c '/usr/bin/php -q /usr/bin/myth_trailers_grabber > /home/mythtv/appletrailer.xml' +su mythtv -c '/usr/bin/php -q /usr/bin/myth_trailers_grabber > /home/mythtv/appletrailer.xml' 2>/dev/null |