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