mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-01 20:05:48 +01:00
Update userscript.sh
This commit is contained in:
@@ -31,7 +31,7 @@ else
|
|||||||
if [ -f /.control_boot_new_image ] ; then
|
if [ -f /.control_boot_new_image ] ; then
|
||||||
break ;
|
break ;
|
||||||
else
|
else
|
||||||
#if [ -f /usr/lib/python2.7 ] ; then
|
if [ -f /etc/wl.conf.wlan3 ] || [ -f /etc/wpa_supplicant.wlan0.conf] ; then
|
||||||
echo "....................-NEOBOOT-...................."
|
echo "....................-NEOBOOT-...................."
|
||||||
echo "...Checking internet connection..."
|
echo "...Checking internet connection..."
|
||||||
ping -c 1 github.com 1>/dev/null 2>%1
|
ping -c 1 github.com 1>/dev/null 2>%1
|
||||||
@@ -54,9 +54,9 @@ else
|
|||||||
echo "...github server available..."
|
echo "...github server available..."
|
||||||
echo "...The network has a connection. It is OK..."
|
echo "...The network has a connection. It is OK..."
|
||||||
fi
|
fi
|
||||||
#else
|
else
|
||||||
#break ;
|
break ;
|
||||||
#fi
|
fi
|
||||||
fi
|
fi
|
||||||
if [ -f /zImage ] ; then
|
if [ -f /zImage ] ; then
|
||||||
rm -r /zImage
|
rm -r /zImage
|
||||||
|
|||||||
Reference in New Issue
Block a user