Update neoinitmips_vu

This commit is contained in:
gutosie
2022-01-04 17:52:24 +02:00
committed by GitHub
parent a0e7499a76
commit 69d8a82128

View File

@@ -29,7 +29,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 $NEO > /dev/null 2>&1 mount $selectmnt $NEO > /dev/null 2>&1
fi fi
@@ -133,4 +133,4 @@ if [ -f /sbin/init.sysvinit ]; then
exec /sbin/init.sysvinit $1 exec /sbin/init.sysvinit $1
fi fi
exit 0 exit 0