Merge pull request #1167 from musashino205/mwan3-fix-path

luci-app-mwan3: Fix "ip" command path
This commit is contained in:
Hannu Nyman 2017-05-16 22:39:37 +03:00 committed by GitHub
commit 41d604f23c

View file

@ -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