From c4c478db32e0c30c23845c0b5f44a42efb16c84a Mon Sep 17 00:00:00 2001 From: gutosie Date: Wed, 19 Jan 2022 14:57:24 +0200 Subject: [PATCH] Update iNB.sh --- iNB.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/iNB.sh b/iNB.sh index 14affe5..6967afc 100644 --- a/iNB.sh +++ b/iNB.sh @@ -12,9 +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 +#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..."