if ! ping 59.59.59.59 -c 3;then
source /etc/rc.local
if ! ping 59.59.59.59 -c 3;then
reboot
fi
fi
reboot shell
最新推荐文章于 2025-09-11 20:22:26 发布

if ! ping 59.59.59.59 -c 3;then
source /etc/rc.local
if ! ping 59.59.59.59 -c 3;then
reboot
fi
fi