remove a warning that has confused a few people
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 11 Jul 2007 06:15:50 +0000 (06:15 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 11 Jul 2007 06:15:50 +0000 (06:15 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7911 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/qos-scripts/files/usr/lib/qos/generate.sh

index a2f7d719c71f89d44defd08c5b0ec705ca30257b..a531e289812d8097a862f023cde7cb7321695ba7 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