This commit is contained in:
gutosie
2020-01-11 10:13:23 +02:00
committed by GitHub
parent 27f14e23e6
commit 5d5f3d3831
2 changed files with 3 additions and 3 deletions

View File

@@ -77,7 +77,7 @@ else
fi fi
if [ ! -e $NEODEVICE$IMAGEKATALOG/.neonextboot ]; then if [ ! -e $NEODEVICE$IMAGEKATALOG/.neonextboot ]; then
/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/neo.sh /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/neom
sleep 2 sleep 2
fi fi

View File

@@ -104,8 +104,8 @@ else
fi fi
if [ ! -e $NEODEVICE$IMAGEKATALOG/.neonextboot ]; then if [ ! -e $NEODEVICE$IMAGEKATALOG/.neonextboot ]; then
if [ -e /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/mountpoint.sh ]; then if [ -e /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/neom ]; then
/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/neo.sh /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/neom
echo "___________________neoMountpoint_______________________ " echo "___________________neoMountpoint_______________________ "
sleep 1 sleep 1
fi fi