Add files via upload

This commit is contained in:
gutosie
2021-03-23 21:49:51 +02:00
committed by GitHub
parent f9fc3f47c6
commit f1658fbf96

View File

@@ -161,6 +161,7 @@ else
###>>>>>>>>>>>>>>>>> ###>>>>>>>>>>>>>>>>>
UPLOAD=ImagesUpload UPLOAD=ImagesUpload
mount /dev/sda1 /media/hdd
if [ ! -e $NEODEVICE$IMAGEKATALOG ]; then if [ ! -e $NEODEVICE$IMAGEKATALOG ]; then
echo "Error mounting, Return to image Flash..." echo "Error mounting, Return to image Flash..."
sleep 2 sleep 2
@@ -182,7 +183,7 @@ else
/bin/umount /media/usb > /dev/null 2>&1 /bin/umount /media/usb > /dev/null 2>&1
/bin/umount /media/hdd > /dev/null 2>&1 /bin/umount /media/hdd > /dev/null 2>&1
/usr/bin/showiframe /usr/share/bootlogo.mvi > /dev/null 2>&1 /usr/bin/showiframe /usr/share/bootlogo.mvi > /dev/null 2>&1
sync; ln -sfn /sbin/init.sysvinit /sbin/init#; /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/mountpoint.sh sync; ln -sfn /sbin/init.sysvinit /sbin/init; /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/mountpoint.sh
echo "----------------------------------" echo "----------------------------------"
echo " BOOT UP IMAGE FROM FLASH " echo " BOOT UP IMAGE FROM FLASH "
echo "----------------------------------" echo "----------------------------------"