diff --git a/check-connection.sh b/check-connection.sh index 2d759a1..0575621 100755 --- a/check-connection.sh +++ b/check-connection.sh @@ -10,6 +10,7 @@ while [ 0 -eq 0 ]; do else echo "$(date '+%Y%m%d%H%M%S'): 1" fi + sudo iwconfig 2>/dev/null | grep -i quality sleep 10 done