From 1bb79dc479e347e66a9622459f050bc5f26b696b Mon Sep 17 00:00:00 2001 From: Sven Roederer Date: Thu, 13 May 2021 19:31:18 +0200 Subject: [PATCH] mod-freifunk: hotfix for "https://github.com/freifunk/openwrt-packages/issues/33" * don't drop root priviledges make page work again, but it's not a real fix of the issue --- .../luci-mod-freifunk/luasrc/controller/freifunk/freifunk.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/luci-mod-freifunk/luasrc/controller/freifunk/freifunk.lua b/modules/luci-mod-freifunk/luasrc/controller/freifunk/freifunk.lua index e04cfaf7d..1601aedbf 100644 --- a/modules/luci-mod-freifunk/luasrc/controller/freifunk/freifunk.lua +++ b/modules/luci-mod-freifunk/luasrc/controller/freifunk/freifunk.lua @@ -18,8 +18,8 @@ function index() page.title = _("Freifunk") page.target = alias("freifunk", "index") page.order = 5 - page.setuser = "nobody" - page.setgroup = "nogroup" +-- page.setuser = "nobody" +-- page.setgroup = "nogroup" page.i18n = "freifunk" page.index = true