diff options
Diffstat (limited to 'abs/core/LinHES-system/LinHES-run')
-rwxr-xr-x | abs/core/LinHES-system/LinHES-run | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/abs/core/LinHES-system/LinHES-run b/abs/core/LinHES-system/LinHES-run index 0bb66ea..64fb2bc 100755 --- a/abs/core/LinHES-system/LinHES-run +++ b/abs/core/LinHES-system/LinHES-run @@ -111,8 +111,12 @@ if [ x"$UseMythWelcome" = "x1" ] then STARTCMD="/usr/bin/mythwelcome" else - #STARTCMD="/usr/bin/mythfrontend -d -l /var/log/mythtv/mythfrontend.log" - STARTCMD="/usr/bin/mythfrontend -d --syslog local6" + if pacman -Q mythtv | grep -q 0.24 + then + STARTCMD="/usr/bin/mythfrontend -d -l /var/log/mythtv/mythfrontend.log" + else + STARTCMD="/usr/bin/mythfrontend -d --syslog local6" + fi fi echo "=====================================================================" |