We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfcd47a + a0d3d44 commit d15d5dbCopy full SHA for d15d5db
network-tester.sh
@@ -73,7 +73,7 @@ echo "Driver: $DRIVER" >> "$IW_LOG"
73
echo "---------------------------" >> "$IW_LOG"
74
75
# Get the active WiFi interface name
76
-interface=$(nmcli -t -f active,device d wifi list | grep '^yes' | cut -d':' -f2)
+interface=$(LC_ALL=en_US.utf8 nmcli -t -f active,device d wifi list | grep '^yes' | cut -d':' -f2)
77
echo -e "\n \033[1;33mInterface:\033[0m $interface"
78
79
echo "Monitoring WiFi on interface $interface for $MONITOR_DURATION seconds. Logs are being saved to $IW_LOG and $PING_LOG."
0 commit comments