mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +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…
x
Reference in New Issue
Block a user