mirror of
https://github.com/openwrt/openwrt.git
synced 2024-11-24 02:16:29 +08:00
fix error message
SVN-Revision: 5119
This commit is contained in:
parent
60d2df5f70
commit
8a3523dc0e
@ -20,7 +20,7 @@ wifi_down() {
|
||||
config_get iftype "$device" type
|
||||
if eval "type disable_$iftype" 2>/dev/null >/dev/null; then
|
||||
eval "scan_$iftype '$device'"
|
||||
eval "disable_$iftype '$device'" || echo "$device($iftype): Setup failed"
|
||||
eval "disable_$iftype '$device'" || echo "$device($iftype): Disable failed"
|
||||
else
|
||||
echo "$device($iftype): Interface type not supported"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user