fix duo4k

This commit is contained in:
gutosie
2019-02-13 17:41:19 +01:00
committed by GitHub
parent 056119ee55
commit 7c7a3781b6

View File

@@ -85,7 +85,7 @@ if [ $TARGET = "Flash" ]; then
else
if [ $TARGET != "Flash" ]; then
if [ -f /proc/stb/info/vumodel ] || [ ! -e /proc/stb/info/boxtype ] ; then
if [ $VUMODEL = "duo4k" ; then
if [ $VUMODEL = "duo4k" ] ; then
if [ -e /.multinfo ] ; then
INFOBOOT=$( cat /.multinfo )
if [ $TARGET = $INFOBOOT ] ; then