diff options
author | James Meyer <james.meyer@operamail.com> | 2010-03-31 02:57:12 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-03-31 02:57:12 (GMT) |
commit | 73b69fe60a2a8f22560d3e416f5c6ff1da898be9 (patch) | |
tree | 95fc46fffa3b3d0696f24df9ede2a77c98348012 | |
parent | 7cc5e96be3ffe19bf6652619af75ef63dc405985 (diff) | |
download | linhes_pkgbuild-73b69fe60a2a8f22560d3e416f5c6ff1da898be9.zip linhes_pkgbuild-73b69fe60a2a8f22560d3e416f5c6ff1da898be9.tar.gz linhes_pkgbuild-73b69fe60a2a8f22560d3e416f5c6ff1da898be9.tar.bz2 |
linhes-system: update apple-trailers on first boot, this is done inthe background and only once.
After the first boot, the cron job takes over for updating.
closes #410
-rw-r--r-- | abs/core-testing/LinHES-system/LinHES-run | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/abs/core-testing/LinHES-system/LinHES-run b/abs/core-testing/LinHES-system/LinHES-run index f6451f5..aa2c3bd 100644 --- a/abs/core-testing/LinHES-system/LinHES-run +++ b/abs/core-testing/LinHES-system/LinHES-run @@ -53,6 +53,13 @@ SpecialHardwareCommands() { esac } +#update apple trailers +if [[ x$RunFrontend = x1 && -f ~/.configure ]] +then + /usr/bin/php -q /usr/bin/myth_trailers_grabber > /home/mythtv/appletrailer.xml && /usr/bin/fix_aple_url.sh 2>/dev/null & +fi + + if [ ! $SystemType = "Frontend_only" ] then if [ -f ~/.configure ] |