root: fix system check warnings (#8277)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -111,5 +111,8 @@ if __name__ == "__main__":
|
||||
) from exc
|
||||
execute_from_command_line(["", "migrate_schemas"])
|
||||
execute_from_command_line(["", "migrate_schemas", "--schema", "template", "--tenant"])
|
||||
execute_from_command_line(
|
||||
["", "check"] + ([] if CONFIG.get_bool("debug") else ["--deploy"])
|
||||
)
|
||||
finally:
|
||||
release_lock(curr)
|
||||
|
Reference in New Issue
Block a user