From 08bcf69aac9c7429ad77f847a413d96b29265c52 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 1 Feb 2009 17:14:00 +0000 Subject: [PATCH] applications/luci-ffwizard-leipzig: use luci.sys.hostname() to update hostname --- applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua index b81e77d9d..526913c07 100644 --- a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua +++ b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua @@ -245,7 +245,7 @@ function main.write(self, section, value) uci:set("system", s['.name'], "hostname", new_hostname) end) - luci.fs.writefile( "/proc/sys/kernel/hostname", new_hostname.."\n" ) + sys.hostname(new_hostname) uci:save("system") end end -- 2.11.0