diff --git a/iNB.sh b/iNB.sh index 87750cb..d29bd83 100644 --- a/iNB.sh +++ b/iNB.sh @@ -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;