This commit is contained in:
gutosie
2020-01-21 00:33:15 +02:00
committed by GitHub
parent 77014049b4
commit 85d6d90587

View File

@@ -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;