summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/mythfrontend-start
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2012-09-05 00:58:34 (GMT)
committerBritney Fransen <brfransen@gmail.com>2012-09-05 00:58:34 (GMT)
commit4f938e227ac669190de7632fb064d01a892ac3ad (patch)
tree4da5ca945a4d5e441817fb932b28cbe427129ca9 /abs/core/LinHES-system/mythfrontend-start
parentef93372c8ce35aa6ca16c065cc3a64ae4f08d6d6 (diff)
downloadlinhes_pkgbuild-4f938e227ac669190de7632fb064d01a892ac3ad.zip
linhes_pkgbuild-4f938e227ac669190de7632fb064d01a892ac3ad.tar.gz
linhes_pkgbuild-4f938e227ac669190de7632fb064d01a892ac3ad.tar.bz2
LinHES-system: mythfrontend-start: revert fork of startcmd
Forking startcmd causes MythWelcome to act on remote keypresses when mythfrontend-start quits. linhes-scripts: pause-mythcommflag.sh: only look for 1 instance of mythfrontend. refs #847
Diffstat (limited to 'abs/core/LinHES-system/mythfrontend-start')
-rwxr-xr-xabs/core/LinHES-system/mythfrontend-start4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/LinHES-system/mythfrontend-start b/abs/core/LinHES-system/mythfrontend-start
index 9aac881..5cfc9b7 100755
--- a/abs/core/LinHES-system/mythfrontend-start
+++ b/abs/core/LinHES-system/mythfrontend-start
@@ -22,8 +22,8 @@ then
mythvantage -Q "${question}"
if [ $? = 16 ]
then
- $STARTCMD 2>&1 &
+ $STARTCMD 2>&1
fi
else
- $STARTCMD 2>&1 &
+ $STARTCMD 2>&1
fi