<%- require "luci.sys" require "nixio.fs" local cel_module = luci.sys.exec("uci -q get network.cellular.module | xargs echo -n") or "" local url = luci.sys.exec("uci -q get radioupdate.general.url | xargs echo -n") or "" local filename = luci.sys.exec("uci -q get radioupdate.general.filename | xargs echo -n") or "" local carrier=nil if cel_module:match("EM74%d+") then carrier = luci.sys.exec("uci -q get radioupdate.general.carrier | xargs echo -n") or "" end -%>