summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-system/LinHES-run
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-01-31 00:31:33 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-01-31 00:31:33 (GMT)
commit8ca6a350a7fedeae1a7c1fe5aec71e7c4dc0474e (patch)
treecf85894edfcc0ffb6321fb6404808913678742b5 /abs/core-testing/LinHES-system/LinHES-run
parent5752fd4e93dc16651f33d3f34e69ab105305fa70 (diff)
downloadlinhes_pkgbuild-8ca6a350a7fedeae1a7c1fe5aec71e7c4dc0474e.zip
linhes_pkgbuild-8ca6a350a7fedeae1a7c1fe5aec71e7c4dc0474e.tar.gz
linhes_pkgbuild-8ca6a350a7fedeae1a7c1fe5aec71e7c4dc0474e.tar.bz2
Force initial mythtv-setup to run as mythtv user.
Diffstat (limited to 'abs/core-testing/LinHES-system/LinHES-run')
-rw-r--r--abs/core-testing/LinHES-system/LinHES-run2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/LinHES-system/LinHES-run b/abs/core-testing/LinHES-system/LinHES-run
index ca992e4..23d52f1 100644
--- a/abs/core-testing/LinHES-system/LinHES-run
+++ b/abs/core-testing/LinHES-system/LinHES-run
@@ -31,7 +31,7 @@ then
if [ ! $STATUS = 2 ]
then
sudo sv stop mythbackend
- xterm -fn *18* -e sudo taskset -c 0 /usr/bin/mythtv-setup
+ su -c mythtv xterm -fn *18* -e sudo taskset -c 0 /usr/bin/mythtv-setup
sudo sv start mythbackend
nice -n 19 mythfilldatabase --quiet &
fi