easy-qos: update priority best to besteffort

This commit is contained in:
Jakob Olsson 2019-04-04 13:56:35 +02:00
parent a197b9331e
commit f01d3b6700
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ get_priority() {
echo 0;;
"low")
echo 1;;
"best")
"besteffort")
echo 2;;
"normal")
echo 3;;

View file

@ -24,7 +24,7 @@ get_priority() {
echo 0;;
"low")
echo 1;;
"best")
"besteffort")
echo 2;;
"normal")
echo 3;;