summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/xconfig.sh
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/LinHES-config/xconfig.sh')
-rwxr-xr-xabs/core/LinHES-config/xconfig.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/abs/core/LinHES-config/xconfig.sh b/abs/core/LinHES-config/xconfig.sh
index cf31ef8..4237fcc 100755
--- a/abs/core/LinHES-config/xconfig.sh
+++ b/abs/core/LinHES-config/xconfig.sh
@@ -362,6 +362,16 @@ function setupX {
}
#MAIN
+
+
+LINE=`grep -i xorg /etc/mythvantage.cfg|grep -q False`
+rc=$?
+if [ $rc = 0 ]
+then
+ echo "xorg configuration disabled in /etc/mythvantage.cfg"
+ exit 0
+fi
+
TESTMODE="$1"
if [ "$TESTMODE" = "test" ]
then