remove a warning that has confused a few people

SVN-Revision: 7911
This commit is contained in:
Felix Fietkau 2007-07-11 06:15:50 +00:00
parent c844236c36
commit febfbf2acd
1 changed files with 0 additions and 1 deletions

View File

@ -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