summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/LinHES-session
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-10-28 14:48:42 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-10-28 14:48:42 (GMT)
commit6ce9edd775629b6d76408e69629f0058c7014a4a (patch)
treeef3940cfc7b345d04f9ec3d6e489933f47d30a55 /abs/core/LinHES-system/LinHES-session
parent758671a4c2e8887fcbb850102af72e7b644454c8 (diff)
downloadlinhes_pkgbuild-6ce9edd775629b6d76408e69629f0058c7014a4a.zip
linhes_pkgbuild-6ce9edd775629b6d76408e69629f0058c7014a4a.tar.gz
linhes_pkgbuild-6ce9edd775629b6d76408e69629f0058c7014a4a.tar.bz2
LinHES-session: remove .configure even for FE only machines
Diffstat (limited to 'abs/core/LinHES-system/LinHES-session')
-rwxr-xr-xabs/core/LinHES-system/LinHES-session14
1 files changed, 13 insertions, 1 deletions
diff --git a/abs/core/LinHES-system/LinHES-session b/abs/core/LinHES-system/LinHES-session
index 0c61c6f..2bb27b3 100755
--- a/abs/core/LinHES-system/LinHES-session
+++ b/abs/core/LinHES-system/LinHES-session
@@ -1,4 +1,5 @@
#!/bin/bash
+MYTH_RUN_STATUS="1"
. /etc/profile
. /etc/systemconfig
@@ -246,7 +247,13 @@ function first_configure_default(){
msg "Guide data is being loaded. \n Until this completes\n some shows will appear as unknown \n in the program guide."
rm ~/.configure
fi
+ else
+ if [ -f ~/.configure ]
+ then
+ rm -f ~/.configure
+ fi
fi
+
}
@@ -275,6 +282,11 @@ function first_configure_mv(){
msg "Guide data is being loaded. \nUntil this completes \nsome shows will appear as "unknown" \nin the program guide."
rm -f ~/.configure
fi
+ else
+ if [ -f ~/.configure ]
+ then
+ rm -f ~/.configure
+ fi
fi
}
@@ -313,7 +325,7 @@ function run_wmctrl(){
do
for name in "MythTV Frontend" "MythTV Setup" "mythwelcome"
do
- xwininfo -name "$name"
+ xwininfo -name "$name" >/dev/null
rc=$?
if [ $rc = 0 ]
then