mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
Update On Thu Jul 24 20:41:17 CEST 2025
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user