config: Add 9 and update 4 files
Some checks failed
Test and Publish Templates / test-and-publish (push) Failing after 4s

This commit is contained in:
j
2026-01-01 12:00:09 +13:00
parent c5b662593a
commit c02621b7a2
13 changed files with 209 additions and 2 deletions

7
languagetool/logs.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
source "${AGENT_PATH}/common.sh"
_check_required_env_vars "CONTAINER_NAME"
# LanguageTool Logs Script
docker logs "$CONTAINER_NAME" "$@"