Update neoinitarmvu

This commit is contained in:
gutosie
2022-01-04 17:55:01 +02:00
committed by GitHub
parent 6345ba8f97
commit f87fc821a6

View File

@@ -73,7 +73,7 @@ else
for item in $orgimag1; do
selectmnt=`blkid | find "$selectinstall" | cut -d" " -f1`
if [ $selectmnt = $selectinstall ]; then
echo "selectmnt="$selectmnt
echo "selectmnt is:" $selectmnt
mnttest="location"
mount $selectmnt `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location` > /dev/null 2>&1
echo "Neoboot location detected."