mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-01 03:45:48 +01:00
Update userscript.sh
This commit is contained in:
@@ -20,11 +20,8 @@ else
|
|||||||
echo -n "github server unavailable"
|
echo -n "github server unavailable"
|
||||||
echo -n "The network has no connection. It is not OK"
|
echo -n "The network has no connection. It is not OK"
|
||||||
echo -n "Network restart..."
|
echo -n "Network restart..."
|
||||||
/etc/init.d/networking stop;
|
echo "_____restart network connection_____"
|
||||||
echo "_____stopping network connection_____"
|
/etc/init.d/networking restart;
|
||||||
sleep 2
|
|
||||||
echo "_____start network connection_____"
|
|
||||||
/etc/init.d/networking start;
|
|
||||||
sleep 5
|
sleep 5
|
||||||
else
|
else
|
||||||
echo "github server available"
|
echo "github server available"
|
||||||
|
|||||||
Reference in New Issue
Block a user