From 53f34d3427f4f7006d4a890347ee2c8ed8f7b65e Mon Sep 17 00:00:00 2001 From: RightToPrivacy Date: Tue, 20 Sep 2022 11:14:25 -0400 Subject: [PATCH] changed w for less stdout --- wipri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wipri b/wipri index 588f2c7..0c2aa4f 100644 --- a/wipri +++ b/wipri @@ -262,9 +262,9 @@ function maccheck() { # feel free to mix up different flags to run things how you like (don't forget the -d flag to set dev) ### NOTICE: if you use this w flag, be aware it turns wifi radio off if you aren't connected for 3min - simply re-enable it if needed function watchdev() { + echo -e "${BLUE} Checking $netdev To Protect Against WiFi Saved SSID Probe Req Leaks${ENDCOLOR}\n" while : do - echo -e "${BLUE} Checking $netdev To Protect Against Saved SSID Leaks${ENDCOLOR}\n" sleep 400 # time period to wait between checks dstatus=$(cat /sys/class/net/$netdev/operstate) if [ "$dstatus" != "up" ]; then