forked from github/server
write the htpasswd file, again
This commit is contained in:
parent
919f870e22
commit
e234a0db6f
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ end
|
||||||
local function write_files(locales)
|
local function write_files(locales)
|
||||||
write_database()
|
write_database()
|
||||||
write_passwords()
|
write_passwords()
|
||||||
-- write_htpasswd()
|
write_htpasswd()
|
||||||
write_reports()
|
write_reports()
|
||||||
write_summary()
|
write_summary()
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue