Update iNB.sh

This commit is contained in:
gutosie
2022-06-07 12:34:52 +03:00
committed by GitHub
parent aeac6cba82
commit 436afe00ab

4
iNB.sh
View File

@@ -67,7 +67,9 @@ if [ ! -e /.multinfo ]; then
chmod 755 ./bin/*
chmod 755 ./ex_init.py
chmod 755 ./files/*.sh
rm -r /usr/lib/enigma2/python/Plugins/Extensions/ImageDownloader
if [ -e /usr/lib/enigma2/python/Plugins/Extensions/ImageDownloader ]; then
rm -r /usr/lib/enigma2/python/Plugins/Extensions/ImageDownloader
fi
touch /tmp/.testneo
if [ $BOXHOSTNAME = "dm500hd" ] || [ $BOXHOSTNAME = "dm800se" ] || [ $BOXHOSTNAME = "dm800" ] || [ $BOXHOSTNAME = "dm8000" ]; then
break;