Update On Thu Jul 24 20:41:17 CEST 2025

This commit is contained in:
github-action[bot]
2025-07-24 20:41:17 +02:00
parent ef90160412
commit ae7705dddc
50 changed files with 822 additions and 547 deletions
@@ -126,7 +126,8 @@ function uci_save(cursor, config, commit, apply)
end
function sh_uci_get(config, section, option)
exec_call(string.format("uci -q get %s.%s.%s", config, section, option))
local _, val = exec_call(string.format("uci -q get %s.%s.%s", config, section, option))
return val
end
function sh_uci_set(config, section, option, val, commit)