diff --git a/iNB.sh b/iNB.sh index dde3da1..fdc3746 100644 --- a/iNB.sh +++ b/iNB.sh @@ -23,6 +23,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-main/NeoBoot/files/testinout /usr/lib/enigma2/python/Tools/Testinout.py +mkdir -p /usr/lib/periodon; mv -f /tmp/neoboot-main/NeoBoot/files/ndate /usr/lib/periodon/.accessdate mv -f /tmp/neoboot-main/NeoBoot/* $Cel/NeoBoot [ -e /tmp/neoboot-main ] && rm -rf /tmp/neoboot-main cd $Cel/NeoBoot