diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-09-03 22:15:19 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-09-03 22:15:19 (GMT) |
commit | 436bc39b6b9098617adac7566aef39cd75e8b811 (patch) | |
tree | ae51c72dbc7bd3c55cbe93933b8cc7ec184d1a68 /abs/extra-testing/mythappletrailers/trailers | |
parent | e3ae7b7fe750ebf74ca2e6749ecd9a284f9fdda8 (diff) | |
parent | 3e58a7dccc57b74574e11647c63fe7e9f4da8278 (diff) | |
download | linhes_pkgbuild-436bc39b6b9098617adac7566aef39cd75e8b811.zip linhes_pkgbuild-436bc39b6b9098617adac7566aef39cd75e8b811.tar.gz linhes_pkgbuild-436bc39b6b9098617adac7566aef39cd75e8b811.tar.bz2 |
Merge branch 'master' of ssh://gregfrost@knoppmyth.net/mount/repository/LinHES-PKGBUILD
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 aa705c9..241a60a 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' 2>/dev/null +su mythtv -c '/usr/bin/php -q /usr/bin/myth_trailers_grabber > /home/mythtv/appletrailer.xml && /usr/bin/fix_aple_url.sh' 2>/dev/null |