remove a warning that has confused a few people
[openwrt.git] / package / qos-scripts / files / usr / lib / qos / generate.sh
index a2f7d71..a531e28 100755 (executable)
@@ -247,7 +247,6 @@ start_interface() {
        config_get device "$iface" device
        config_get_bool enabled "$iface" enabled 1
        [ -z "$device" -o 1 -ne "$enabled" ] && {
-               echo "Interface '$iface' not found or disabled." >&2
                return 1 
        }
        config_get upload "$iface" upload
This page took 0.026414 seconds and 4 git commands to generate.