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-session7
1 files changed, 6 insertions, 1 deletions
diff --git a/abs/core/LinHES-system/LinHES-session b/abs/core/LinHES-system/LinHES-session
index 1eb991e..e181a1a 100755
--- a/abs/core/LinHES-system/LinHES-session
+++ b/abs/core/LinHES-system/LinHES-session
@@ -287,13 +287,18 @@ function first_configure_mv(){
then
if [ -f ~/.configure ]
then
- msg "This is the first time starting MythTV.\nThe MythTV backend process will be stopped for setup."
+ msg "New install of LinHES; starting setup."
#for now skip these
#autocard.py -g &
#MythVantage -b
#0 yes
#1 yes/autodetech
#2 no
+ while [ -e '/var/run/autocard.lock' ]
+ do
+ msg "Waiting for capture card detection to complete"
+ sleep 5
+ done
STATUS=$?
if [ ! $STATUS = 2 ]
then