Waits to make sure the system will be full reliable before running

This commit is contained in:
Bruno F. Fontes 2019-10-13 11:22:32 -03:00
parent 6093a485a2
commit c118eebbf4
Signed by: brunofontes
GPG Key ID: EE3447CE80048495

View File

@ -1,3 +1,4 @@
sleep 30
if ! ping -q -c 1 -W 1 8.8.8.8 >/dev/null; then
modProbeNumber=$(sudo dmesg | grep -m1 "enp1s0: link down" | awk '{if ($2 ~ /r[0-9].*/) { col=$2 } else { col=$3 }; gsub(":", "", col); print col }')
sudo modprobe -r "$modProbeNumber" && sleep 10 && sudo modprobe "$modProbeNumber"