Update userscript.sh

This commit is contained in:
gutosie
2024-01-16 17:45:18 +02:00
committed by GitHub
parent c65ff98975
commit 17a38cce32

View File

@@ -28,7 +28,10 @@
echo "...The network has no connection..."
echo "...Network RESTART..."
echo "...restart network connection..."
/etc/init.d/networking force-reload;
#/etc/init.d/networking force-reload;
if [ -e /sys/class/net/sys0 ]; then
ifconfig sys0 up
fi
sync
echo "...Restart network finish..."
echo ".............................."