mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
Fix saving of ipkg configuration file
This commit is contained in:
@@ -22,14 +22,13 @@ function t.cfgvalue()
|
||||
return luci.fs.readfile(ipkgfile) or ""
|
||||
end
|
||||
|
||||
function t.write(self, section, data)
|
||||
return luci.fs.writefile(ipkgfile, data)
|
||||
end
|
||||
|
||||
f:append(Template("admin_system/ipkg"))
|
||||
|
||||
function f.handle(self, state, data)
|
||||
if state == FORM_VALID then
|
||||
if (luci.fs.readfile(ipkgfile) or "") ~= data.lines then
|
||||
luci.fs.writefile(ipkgfile, data.lines)
|
||||
end
|
||||
end
|
||||
return true
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user