diff options
Diffstat (limited to 'examples/shell/active-wifi.sh')
| -rwxr-xr-x | examples/shell/active-wifi.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/shell/active-wifi.sh b/examples/shell/active-wifi.sh index 1c9466b7..2ff54190 100755 --- a/examples/shell/active-wifi.sh +++ b/examples/shell/active-wifi.sh @@ -76,7 +76,7 @@ show_active_ssids() BSSID=`get_property $ACTIVE_AP $ACCESS_POINT_IFACE "HwAddress"` echo "Device '$INTERFACE' is connected to '$SSID' (BSSID=$BSSID)" else - echo "No active AP on device '$INTERFACE'" + echo "No active AP on device '$INTERFACE'" >&2 fi fi done |