diff options
author | Cecil <knoppmyth@gmail.com> | 2012-09-23 19:31:10 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2012-09-23 19:31:10 (GMT) |
commit | cafd1e5f46d61c3175d4a3347c65ae79c476c61a (patch) | |
tree | 3b82cfb5c5e646861bb551088229f19bfadf8d3b /abs/core/LinHES-system/mythfrontend-start | |
parent | 717c1c4f8bd16ddf23688e2b94e529a069f40bc9 (diff) | |
parent | 02ed2d32465e5f074eae2bca648c2b344c7a3044 (diff) | |
download | linhes_pkgbuild-cafd1e5f46d61c3175d4a3347c65ae79c476c61a.zip linhes_pkgbuild-cafd1e5f46d61c3175d4a3347c65ae79c476c61a.tar.gz linhes_pkgbuild-cafd1e5f46d61c3175d4a3347c65ae79c476c61a.tar.bz2 |
Merge branch 'testing' of git@linhes.org:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/LinHES-system/mythfrontend-start')
-rwxr-xr-x | abs/core/LinHES-system/mythfrontend-start | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/LinHES-system/mythfrontend-start b/abs/core/LinHES-system/mythfrontend-start index 1f48449..5cfc9b7 100755 --- a/abs/core/LinHES-system/mythfrontend-start +++ b/abs/core/LinHES-system/mythfrontend-start @@ -19,10 +19,10 @@ 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 |