diff --git a/iNB.sh b/iNB.sh index 9323459..9f3baeb 100644 --- a/iNB.sh +++ b/iNB.sh @@ -36,7 +36,7 @@ rm -f /tmp/neoboot.zip Cel="/usr/lib/enigma2/python/Plugins/Extensions" [ -e $Cel/NeoBoot ] && rm -rf $Cel/NeoBoot/* || mkdir -p $Cel/NeoBoot mv -f /tmp/NeoBoot-9-master/NeoBoot/* $Cel/NeoBoot -[ -e /tmp/NeoBoot8-master ] && rm -rf /tmp/NeoBoot-9-master +[ -e /tmp/NeoBoot-9-master ] && rm -rf /tmp/NeoBoot-9-master cd $Cel/NeoBoot chmod 755 ./bin/* chmod 755 ./ex_init.py