rasplex support

Former-commit-id: 5dc6697124fe2e4fbfee6228db131bd574a921c6
This commit is contained in:
brindosch 2016-05-04 10:28:25 +02:00
parent fdbb1673eb
commit 89a8e6c6e5
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ echo 'Created by brindosch - hyperion-project.org - the official Hyperion source
echo '*******************************************************************************'
# Find out if we are on OpenElec / OSMC / Raspbian
OS_OPENELEC=`grep -m1 -c OpenELEC /etc/issue`
OS_OPENELEC=`grep -m1 -c 'OpenELEC\|RasPlex' /etc/issue`
OS_OSMC=`grep -m1 -c OSMC /etc/issue`
OS_RASPBIAN=`grep -m1 -c 'Raspbian\|RetroPie' /etc/issue`