write the htpasswd file, again

This commit is contained in:
Enno Rehling 2018-09-26 20:21:56 +02:00
parent 919f870e22
commit e234a0db6f

View file

@ -97,7 +97,7 @@ end
local function write_files(locales)
write_database()
write_passwords()
-- write_htpasswd()
write_htpasswd()
write_reports()
write_summary()
end