Update neoinitarmvuDuo4k

This commit is contained in:
gutosie
2022-01-04 17:54:37 +02:00
committed by GitHub
parent 9bcb6dbb9a
commit 6345ba8f97

View File

@@ -63,7 +63,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