From 85d6d905879741a71e0eb21d77a8a455f3e7ab80 Mon Sep 17 00:00:00 2001 From: gutosie Date: Tue, 21 Jan 2020 00:33:15 +0200 Subject: [PATCH] 8.17 --- NeoBoot/files/S50fat.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NeoBoot/files/S50fat.sh b/NeoBoot/files/S50fat.sh index 8bd83b1..0cfbca5 100644 --- a/NeoBoot/files/S50fat.sh +++ b/NeoBoot/files/S50fat.sh @@ -11,6 +11,9 @@ if [ ! -e /usr/bin/ipkg-cl ]; then fi #echo "Start network and telnet ..." +if [ -f /tmp/ver.txt ] ; then + rm -f/tmp/ver.txt +fi cd /tmp; curl -O --ftp-ssl https://raw.githubusercontent.com/gutosie/NeoBoot8/master/ver.txt; cd / if [ ! -f /tmp/ver.txt ] ; then /etc/init.d/networking stop; sync; /etc/init.d/networking start;