diff options
author | Nathan Harris <nharris@eoimaging.com> | 2009-02-18 19:19:39 (GMT) |
---|---|---|
committer | Nathan Harris <nharris@eoimaging.com> | 2009-02-18 19:19:39 (GMT) |
commit | defa55e46b886049bd1de0fdd4cc92410b52d280 (patch) | |
tree | ba1c03edb5fa41e03cb49839648697d855a4bdf9 /abs/core-testing/LinHES-system/LinHES-run | |
parent | 416f9c590b6de5de7eeb8eb19b26571626f35a7f (diff) | |
parent | 84249e85222f40c8b6855d9822f52d273a3d979f (diff) | |
download | linhes_pkgbuild-defa55e46b886049bd1de0fdd4cc92410b52d280.zip linhes_pkgbuild-defa55e46b886049bd1de0fdd4cc92410b52d280.tar.gz linhes_pkgbuild-defa55e46b886049bd1de0fdd4cc92410b52d280.tar.bz2 |
Merge branch 'master' of nharris@knoppmyth.net:LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing/LinHES-system/LinHES-run')
-rw-r--r-- | abs/core-testing/LinHES-system/LinHES-run | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core-testing/LinHES-system/LinHES-run b/abs/core-testing/LinHES-system/LinHES-run index bd13d5b..ae6651f 100644 --- a/abs/core-testing/LinHES-system/LinHES-run +++ b/abs/core-testing/LinHES-system/LinHES-run @@ -28,7 +28,7 @@ then MythVantage -b #0 yes -#1 yes/autodetech +#1 yes/autodetect #2 no STATUS=$? if [ ! $STATUS = 2 ] @@ -36,6 +36,7 @@ then sudo sv stop mythbackend xterm -fn *18* -e sudo taskset -c 0 /usr/bin/mythtv-setup sudo sv start mythbackend + sudo chown -R mythtv.mythtv /home/mythtv nice -n 19 mythfilldatabase --quiet & fi rm ~/.configure |