ops: add core backtrace helper
This commit is contained in:
@@ -149,6 +149,11 @@ def main() -> int:
|
||||
render_template(BIN_DIR / "metin-collect-incident.in", template_values),
|
||||
0o700,
|
||||
)
|
||||
write_text(
|
||||
sbin_dir / "metin-core-backtrace",
|
||||
render_template(BIN_DIR / "metin-core-backtrace.in", template_values),
|
||||
0o700,
|
||||
)
|
||||
copy_file(
|
||||
HEALTHCHECK_DIR / "metin-login-healthcheck.sh",
|
||||
sbin_dir / "metin-login-healthcheck",
|
||||
|
||||
Reference in New Issue
Block a user