Files
dropshell-templates/languagetool/stop.sh
j c02621b7a2
Some checks failed
Test and Publish Templates / test-and-publish (push) Failing after 4s
config: Add 9 and update 4 files
2026-01-01 12:00:09 +13:00

10 lines
241 B
Bash
Executable File

#!/bin/bash
source "${AGENT_PATH}/common.sh"
_check_required_env_vars "CONTAINER_NAME"
# LanguageTool Stop Script
echo "Stopping container ${CONTAINER_NAME}..."
_stop_container "$CONTAINER_NAME"
echo "Container ${CONTAINER_NAME} stopped."