mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-01 11:55:47 +01:00
Update userscript.sh
This commit is contained in:
@@ -22,9 +22,9 @@ else
|
|||||||
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
|
||||||
if [ $? -gt 0 ]; then
|
if [ $? -gt 0 ]; then
|
||||||
echo -n "_____github server unavailable..."
|
echo "_____github server unavailable..."
|
||||||
echo -n "_____The network has no connection..."
|
echo "_____The network has no connection..."
|
||||||
echo -n "_____Network RESTART..."
|
echo "_____Network RESTART..."
|
||||||
echo "_____restart network connection..."
|
echo "_____restart network connection..."
|
||||||
/etc/init.d/vuplus-wifi-init.sh
|
/etc/init.d/vuplus-wifi-init.sh
|
||||||
/etc/wpa_supplicant/action_wpa.sh
|
/etc/wpa_supplicant/action_wpa.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user