mirror of https://github.com/hak5/openwrt-owl.git
qos-scripts: fix indentation
Signed-off-by: Moritz Warning <moritzwarning@web.de>master
parent
4630159294
commit
954faac7bc
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
qos-stop
|
||||
/usr/lib/qos/generate.sh all | sh
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
for iface in $(tc qdisc show | grep -E '(hfsc|ingress)' | awk '{print $5}'); do
|
||||
tc qdisc del dev "$iface" ingress 2>&- >&-
|
||||
tc qdisc del dev "$iface" root 2>&- >&-
|
||||
|
|
Loading…
Reference in New Issue