]> source.dussan.org Git - gitea.git/commit
Fix bug on admin subcommand (#17533)
authorLunny Xiao <xiaolunwen@gmail.com>
Sun, 7 Nov 2021 03:11:27 +0000 (11:11 +0800)
committerGitHub <noreply@github.com>
Sun, 7 Nov 2021 03:11:27 +0000 (11:11 +0800)
commit69b61d437357235700306f28d22d21acc39bb2b5
tree33af1d4d797b428556a323837fcc3eda38a54479
parentc9110eb5e4657e018695f084f37e1b423939e9e0
Fix bug on admin subcommand (#17533)

* Fix bug on admin subcommand

* Add signals for all initDB

Co-authored-by: Lauris BH <lauris@nix.lv>
13 files changed:
cmd/admin.go
cmd/admin_auth_ldap.go
cmd/admin_auth_ldap_test.go
cmd/cmd.go
cmd/convert.go
cmd/doctor.go
cmd/dump.go
cmd/dump_repo.go
cmd/migrate.go
cmd/migrate_storage.go
models/db/engine.go
modules/doctor/doctor.go
routers/install/install.go