projects
/
openwrt
/
staging
/
yousong.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e3e608
)
fix error handling in qos-scripts
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 2 Jun 2007 05:21:54 +0000
(
05:21
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 2 Jun 2007 05:21:54 +0000
(
05:21
+0000)
SVN-Revision: 7442
package/qos-scripts/files/usr/lib/qos/generate.sh
patch
|
blob
|
history
diff --git
a/package/qos-scripts/files/usr/lib/qos/generate.sh
b/package/qos-scripts/files/usr/lib/qos/generate.sh
index 64e2fc659335d26edeaddace48150e5d5ee6ca93..9181d0b6f3e6b4c758e123e0818a456f65bb1a0a 100755
(executable)
--- a/
package/qos-scripts/files/usr/lib/qos/generate.sh
+++ b/
package/qos-scripts/files/usr/lib/qos/generate.sh
@@
-239,7
+239,7
@@
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."
+ echo "Interface '$iface' not found or disabled."
>&2
return 1
}
config_get upload "$iface" upload