QoS: Do not try to unload any kernel modules

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
Michael Tremer
2021-11-02 10:53:10 +00:00
committed by Peter Müller
parent 1f9adf14a7
commit 7091738a5c

View File

@@ -510,8 +510,6 @@ print <<END
iptables -t mangle --flush QOS-INC >/dev/null 2>&1
iptables -t mangle --delete-chain QOS-INC >/dev/null 2>&1
rmmod sch_htb >/dev/null 2>&1
for i in \$(ls \$RRDLOG/class_*.rrd); do
rrdtool update \$i \$(date +%s):
done