dtaht / deBloat

Scripts for doing better and fairer network, traffic control, optimization and shaping
86 stars 22 forks source link

Error in debloat.sh at "...FQ_LIMIT=1200" #2

Open simonbcn opened 11 years ago

simonbcn commented 11 years ago

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".