Skip to content

Commit

Permalink
Improve output when using wireless-tools 30.pre9
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Sep 15, 2018
1 parent 57b528a commit 969e1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gobonet
Expand Up @@ -221,7 +221,7 @@ function list_wifi_networks() {
echo "Available networks:"
echo

gobonet_backend full-scan "$wifi_interface" 2> /dev/null | grep ESSID | sed "s,.*ESSID:\(.*\),\1,g"
gobonet_backend full-scan "$wifi_interface" 2> /dev/null | grep ESSID | sed "s,.*ESSID:\(.*\),\1,g;s,\\\\x00,,g"

echo
echo "Type"
Expand Down

0 comments on commit 969e1a3

Please sign in to comment.