Update userscript.sh

This commit is contained in:
gutosie
2022-02-04 20:56:14 +02:00
committed by GitHub
parent c4a39e4532
commit 523b58f0b2

View File

@@ -9,7 +9,11 @@ fi
if [ ! -f `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`ImageBoot/.neonextboot ] ; then if [ ! -f `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`ImageBoot/.neonextboot ] ; then
mkdir `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location` mkdir `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`
/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/neo.sh /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/neo.sh
echo "_________Start mountpoint location NEOBOOT_________" echo "_________Start -neo.sh- mount point location NEOBOOT_________"
fi
if [ ! -e /usr/bin/enigma2_pre_start.sh ]; then
/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/mountpoint.sh
echo "_________Start -mountpoint.sh- location NEOBOOT_________"
fi fi
if [ -f /.control_boot_new_image ] ; then if [ -f /.control_boot_new_image ] ; then
break ; break ;