From 436afe00abc7aee7022e08f18894cd89840b928d Mon Sep 17 00:00:00 2001 From: gutosie Date: Tue, 7 Jun 2022 12:34:52 +0300 Subject: [PATCH] Update iNB.sh --- iNB.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;