From d24751b571bee9f71150fe6e4462b965c996de15 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sat, 8 Jan 2022 11:05:52 +0200 Subject: [PATCH] Update iNB.sh --- iNB.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/iNB.sh b/iNB.sh index 9e02833..14affe5 100644 --- a/iNB.sh +++ b/iNB.sh @@ -12,6 +12,9 @@ elif [ -f /etc/opkg/opkg.conf ] ; then STATUS='/var/lib/opkg/status' OS='Opensource' fi +if [ -e /etc/name ]; then + rm -rf /etc/name +fi [ -e /tmp/neoboot.zip ] && rm -f /tmp/neoboot.zip [ -e /tmp/neoboot-main ] && rm -rf /tmp/neoboot-main [ $PL ] && echo "Pobieranie archiwum..." || echo "Downloading archive file..."