summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/mythfrontend-start
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2012-09-04 21:01:43 (GMT)
committerBritney Fransen <brfransen@gmail.com>2012-09-04 21:01:43 (GMT)
commita53f0abbe6f6d2420bb1bd6f6e517bb2ebe2208c (patch)
treeb8e5a95dc50912be25fcc34bc04af5a1ebe50329 /abs/core/LinHES-system/mythfrontend-start
parent0e4b2437946b776a1bd0c00ed43b68cec344a1b2 (diff)
downloadlinhes_pkgbuild-a53f0abbe6f6d2420bb1bd6f6e517bb2ebe2208c.zip
linhes_pkgbuild-a53f0abbe6f6d2420bb1bd6f6e517bb2ebe2208c.tar.gz
linhes_pkgbuild-a53f0abbe6f6d2420bb1bd6f6e517bb2ebe2208c.tar.bz2
LinHES-system: mythfrontend-start: fork start command so that mythfrontend-start will exit. closes #847
Diffstat (limited to 'abs/core/LinHES-system/mythfrontend-start')
-rwxr-xr-xabs/core/LinHES-system/mythfrontend-start6
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/LinHES-system/mythfrontend-start b/abs/core/LinHES-system/mythfrontend-start
index 1f48449..9aac881 100755
--- a/abs/core/LinHES-system/mythfrontend-start
+++ b/abs/core/LinHES-system/mythfrontend-start
@@ -19,11 +19,11 @@ then
fi
question="There $diagtext running. Do you really want to start another one?"
- mythvantage -q "${question}"
+ mythvantage -Q "${question}"
if [ $? = 16 ]
then
- $STARTCMD 2>&1
+ $STARTCMD 2>&1 &
fi
else
- $STARTCMD 2>&1
+ $STARTCMD 2>&1 &
fi