mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-07 14:35:48 +01:00
Update vu_dev_mtd1.sh
This commit is contained in:
@@ -30,7 +30,11 @@ IMAGENEXTBOOT=/ImageBoot/.neonextboot
|
|||||||
NEOBOOTMOUNT=$( cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location)
|
NEOBOOTMOUNT=$( cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location)
|
||||||
BOXHOSTNAME=$( cat /etc/hostname)
|
BOXHOSTNAME=$( cat /etc/hostname)
|
||||||
UPLOAD=ImagesUpload
|
UPLOAD=ImagesUpload
|
||||||
|
if [ -f /usr/sbin/nandwrite ]; then
|
||||||
|
NandWrite=/usr/sbin/nandwrite
|
||||||
|
else
|
||||||
NandWrite=/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/bin/nandwrite
|
NandWrite=/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/bin/nandwrite
|
||||||
|
fi
|
||||||
|
|
||||||
if [ -f $NEOBOOTMOUNT$IMAGENEXTBOOT ]; then
|
if [ -f $NEOBOOTMOUNT$IMAGENEXTBOOT ]; then
|
||||||
TARGET=`cat $NEOBOOTMOUNT$IMAGENEXTBOOT`
|
TARGET=`cat $NEOBOOTMOUNT$IMAGENEXTBOOT`
|
||||||
|
|||||||
Reference in New Issue
Block a user