summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-system/linhes-profile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'linhes/linhes-system/linhes-profile.sh')
-rw-r--r--linhes/linhes-system/linhes-profile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/linhes/linhes-system/linhes-profile.sh b/linhes/linhes-system/linhes-profile.sh
index df98315..f558673 100644
--- a/linhes/linhes-system/linhes-profile.sh
+++ b/linhes/linhes-system/linhes-profile.sh
@@ -5,7 +5,7 @@ export MYTHTV_AIRPLAY="1"
if [ -f /etc/systemconfig ]; then
SystemType=$(grep SystemType= /etc/systemconfig | cut -d '"' -f 2)
fi
-if [ ! $SystemType = "FrontendOnly" ]; then
+if [[ ! $SystemType == *"Only" ]]; then
if [ x$MYTH_RUN_STATUS = x ]; then
MYTHCONFDIR=/usr/share/mythtv /usr/bin/lh_myth_status.py
fi