From 7c7a3781b60f4977ee003318e599bd2ac21a69e3 Mon Sep 17 00:00:00 2001 From: gutosie Date: Wed, 13 Feb 2019 17:41:19 +0100 Subject: [PATCH] fix duo4k --- NeoBoot/target/vu_mmcblk0p6.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/target/vu_mmcblk0p6.sh b/NeoBoot/target/vu_mmcblk0p6.sh index d755ac8..324dccf 100644 --- a/NeoBoot/target/vu_mmcblk0p6.sh +++ b/NeoBoot/target/vu_mmcblk0p6.sh @@ -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