config: Add 9 and update 4 files
Some checks failed
Test and Publish Templates / test-and-publish (push) Failing after 4s
Some checks failed
Test and Publish Templates / test-and-publish (push) Failing after 4s
This commit is contained in:
9
languagetool/stop.sh
Executable file
9
languagetool/stop.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/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."
|
||||
Reference in New Issue
Block a user