Skip to content
Commit 88ec332e authored by Toke Høiland-Jørgensen's avatar Toke Høiland-Jørgensen
Browse files

luci-app-sqm: Fix run path



luci-app-sqm was using the wrong path to look for the available_qdiscs
file. This happened to work because by default /var is symlinked to /tmp on
OpenWrt. However, it breaks badly when this is not the case, and the
sqm.conf file for OpenWrt uses /var/run anyway, so update the luci code to
do this as well.

Fixes #3860.

Signed-off-by: default avatarToke Høiland-Jørgensen <toke@toke.dk>
parent 53eae220
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment