diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2008-11-13 04:40:16 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2008-11-13 04:40:16 (GMT) |
commit | 960af583bf9a21d62a7dc745ddd8c93acb50381f (patch) | |
tree | fd393c29bace6ded43422001d594be6bf3222568 /abs/core-testing/LinHES-system/LinHES-run | |
parent | f54287894befd1a86d9d3ed97e24f96d4fe34695 (diff) | |
download | linhes_pkgbuild-960af583bf9a21d62a7dc745ddd8c93acb50381f.zip linhes_pkgbuild-960af583bf9a21d62a7dc745ddd8c93acb50381f.tar.gz linhes_pkgbuild-960af583bf9a21d62a7dc745ddd8c93acb50381f.tar.bz2 |
Bumped mythdb-initial version for testing.
Modified LinHES-run to launch mythtv-setup from an xterm.
Launch mythfilldatabase in the background.
Bumped LinHES-System version to reflect change.
Diffstat (limited to 'abs/core-testing/LinHES-system/LinHES-run')
-rw-r--r-- | abs/core-testing/LinHES-system/LinHES-run | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/LinHES-system/LinHES-run b/abs/core-testing/LinHES-system/LinHES-run index 72c3991..0fc10fd 100644 --- a/abs/core-testing/LinHES-system/LinHES-run +++ b/abs/core-testing/LinHES-system/LinHES-run @@ -31,9 +31,9 @@ then if [ ! $STATUS = 2 ] then sudo sv stop mythbackend - /usr/bin/mythtv-setup + xterm -e /usr/bin/mythtv-setup sudo sv start mythbackend - #maybe run mythfilldatabase here + nice -n 19 mythfilldatabase --quiet & fi rm ~/.configure fi |