deBloat
deBloat copied to clipboard
Error in debloat.sh at "...FQ_LIMIT=1200"
I think this line is incorrectly: [ "$SPEED" -lt 1001 ] && FQ_LIMIT=1200 in 'debloat.sh' script. The correct would be [ "$SPEED" -lt 1001 ] && FQ_LIMIT="limit 1200".