mirror of
https://github.com/gutosie/neoboot.git
synced 2025-12-23 00:30:09 +01:00
Update neoinitmipsvu
This commit is contained in:
@@ -57,7 +57,7 @@ else
|
|||||||
for item in $orgimag1; do
|
for item in $orgimag1; do
|
||||||
selectmnt=`blkid | sed "/$selectinstall/!d" | cut -d":" -f1`
|
selectmnt=`blkid | sed "/$selectinstall/!d" | cut -d":" -f1`
|
||||||
if [ $selectmnt == $item ]; then
|
if [ $selectmnt == $item ]; then
|
||||||
echo "selectmnt=" $selectmnt
|
echo "selectmnt is:" $selectmnt
|
||||||
mnttest="uuid"
|
mnttest="uuid"
|
||||||
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
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user