Merge pull request #1167 from musashino205/mwan3-fix-path
luci-app-mwan3: Fix "ip" command path
This commit is contained in:
commit
41d604f23c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ module("luci.controller.mwan3", package.seeall)
|
|||
sys = require "luci.sys"
|
||||
ut = require "luci.util"
|
||||
|
||||
ip = "/usr/bin/ip -4 "
|
||||
ip = "ip -4 "
|
||||
|
||||
function index()
|
||||
if not nixio.fs.access("/etc/config/mwan3") then
|
||||
|
|
Loading…
Reference in a new issue