Update inithelp

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

View File

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