fix error message
authorFelix Fietkau <nbd@openwrt.org>
Sun, 15 Oct 2006 16:24:13 +0000 (16:24 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 15 Oct 2006 16:24:13 +0000 (16:24 +0000)
SVN-Revision: 5119

package/base-files/default/sbin/wifi

index 759cfb0a84930c46fd798ac96c4b16efcc71c8ee..67ccb8a0b0c8732fb243f9f665735d2d0ea85ed1 100755 (executable)
@@ -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