diff --git a/NeoBoot/bin/neoinitmips_vu b/NeoBoot/bin/neoinitmips_vu index 1a02aa7..6b1f56f 100644 --- a/NeoBoot/bin/neoinitmips_vu +++ b/NeoBoot/bin/neoinitmips_vu @@ -29,7 +29,7 @@ else for item in $orgimag1; do selectmnt=`blkid | sed '/$selectinstall/!d' | cut -d":" -f1` if [ $selectmnt == $item ]; then - echo "selectmnt is:" $selectmnt + echo "selectmnt" $selectmnt mnttest="uuid" mount $selectmnt $NEO > /dev/null 2>&1 fi