fix error message

SVN-Revision: 5119
v19.07.3_mercusys_ac12_duma
Felix Fietkau 18 years ago
parent 60d2df5f70
commit 8a3523dc0e

@ -20,7 +20,7 @@ wifi_down() {
config_get iftype "$device" type config_get iftype "$device" type
if eval "type disable_$iftype" 2>/dev/null >/dev/null; then if eval "type disable_$iftype" 2>/dev/null >/dev/null; then
eval "scan_$iftype '$device'" eval "scan_$iftype '$device'"
eval "disable_$iftype '$device'" || echo "$device($iftype): Setup failed" eval "disable_$iftype '$device'" || echo "$device($iftype): Disable failed"
else else
echo "$device($iftype): Interface type not supported" echo "$device($iftype): Interface type not supported"
fi fi

Loading…
Cancel
Save