From e703268f45d1a3da38b36bdf200dce315bad9b5b Mon Sep 17 00:00:00 2001 From: gutosie Date: Tue, 9 Feb 2021 13:20:54 +0200 Subject: [PATCH] Update iNB.sh --- iNB.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/iNB.sh b/iNB.sh index a259674..e16acbf 100644 --- a/iNB.sh +++ b/iNB.sh @@ -17,6 +17,7 @@ if [ ! -e /tmp/main.zip ]; then fi unzip -qn ./neoboot.zip rm -f /tmp/neoboot.zip +[ -e /tmp/main.zip ] && rm -rf /tmp/main.zip #kopiowanie [ $PL ] && echo "Instalowanie..." || echo "Instaling..." Cel="/usr/lib/enigma2/python/Plugins/Extensions" @@ -27,7 +28,8 @@ cd $Cel/NeoBoot chmod 755 ./bin/* chmod 755 ./ex_init.py chmod 755 ./files/*.sh -chmod -R +x ./ubi_reader/* +chmod -R +x ./ubi_reader_arm/* +chmod -R +x ./ubi_reader_mips/* if [ $PL ] ; then echo "" echo "#####################################################"