mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-02 04:15:47 +01:00
Update neoinitarmvu
This commit is contained in:
@@ -73,7 +73,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."
|
||||||
|
|||||||
Reference in New Issue
Block a user