summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/LinHES-session
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/LinHES-system/LinHES-session')
-rwxr-xr-xabs/core/LinHES-system/LinHES-session15
1 files changed, 13 insertions, 2 deletions
diff --git a/abs/core/LinHES-system/LinHES-session b/abs/core/LinHES-system/LinHES-session
index a5632fd..d55b900 100755
--- a/abs/core/LinHES-system/LinHES-session
+++ b/abs/core/LinHES-system/LinHES-session
@@ -317,10 +317,21 @@ function start_myth() {
echo "====================================================================="
echo "Starting $STARTCMD"
- #firstboot.sh &
+ if [ "x$bewait" = "x1" ]
+ then
+ #do init check
+ /usr/LH/bin/be_check.py
+ rc=$?
+ while [ $rc -ne 0 ]
+ do
+ msg "Waiting for connection to MythBackend"
+ /usr/LH/bin/be_check.py
+ rc=$?
+ sleep 6
+ done
+ fi
#continue on with starting mythtv
-
if [ x$STARTUP_STYLE = xenhanced ]
then
start_myth_mv