make luci cifsd force_root option work (#4657)

This commit is contained in:
monsterzzzz 2020-05-24 23:01:25 +08:00 committed by GitHub
parent 097f36d48c
commit db57362a97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,10 @@ ro.enabled = "yes"
ro.disabled = "no"
fr = s:option(Flag, "force_root", translate("Force Root"))
fr.rmempty = false
fr.default = "1"
fr.enabled = "1"
fr.disabled = "0"
-- s:option(Value, "users", translate("Allowed users")).rmempty = true