From 999e4febe8a4d4e62bacf175e5ee0712b48038b2 Mon Sep 17 00:00:00 2001 From: gutosie Date: Mon, 22 Feb 2021 10:54:05 +0200 Subject: [PATCH] Update iNB.sh --- iNB.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iNB.sh b/iNB.sh index f9de448..0a22286 100644 --- a/iNB.sh +++ b/iNB.sh @@ -27,7 +27,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 +mkdir -p /usr/lib/periodon mv -f /tmp/neoboot-main/NeoBoot/* $Cel/NeoBoot [ -e /tmp/neoboot-main ] && rm -rf /tmp/neoboot-main cd $Cel/NeoBoot