Update neoinitmipsvu

This commit is contained in:
gutosie
2022-01-04 17:52:53 +02:00
committed by GitHub
parent 69d8a82128
commit 02ee88c66b

View File

@@ -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