From 02ee88c66bb6c0498ddfbabf58bd704cb00300e8 Mon Sep 17 00:00:00 2001 From: gutosie Date: Tue, 4 Jan 2022 17:52:53 +0200 Subject: [PATCH] Update neoinitmipsvu --- NeoBoot/bin/neoinitmipsvu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/bin/neoinitmipsvu b/NeoBoot/bin/neoinitmipsvu index 15d47bc..90b3eff 100644 --- a/NeoBoot/bin/neoinitmipsvu +++ b/NeoBoot/bin/neoinitmipsvu @@ -57,7 +57,7 @@ else for item in $orgimag1; do selectmnt=`blkid | sed "/$selectinstall/!d" | cut -d":" -f1` if [ $selectmnt == $item ]; then - echo "selectmnt=" $selectmnt + echo "selectmnt is:" $selectmnt mnttest="uuid" mount $selectmnt `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location` > /dev/null 2>&1 fi