mod module: Add fixme annotation

This commit is contained in:
Lars Mueller 2022-01-25 11:35:29 +01:00
parent 5b9cfa16a1
commit 0a749b6e70

@ -136,6 +136,7 @@ function configuration(modname)
end
end, 1)
if modified then
-- FIXME mod security messes with this (disallows it if enabled)
assert(modlib.file.write(readme_path, readme))
end
end