broken broken broken

This commit is contained in:
Your Name
2025-05-03 21:53:11 +12:00
parent 0c2b90cf8e
commit 46ca0003af
13 changed files with 12 additions and 203 deletions

View File

@ -1,15 +1,9 @@
#!/bin/bash
# LOGS SCRIPT
# The logs script is OPTIONAL.
# It is used to return the logs of the service.
# It is called with the path to the server specific env file as an argument.
source "$(dirname "$0")/_common.sh"
# Required environment variables
source "$AGENT_PATH/_common.sh"
check_required_env_vars "CONTAINER_NAME"
# Main script.
echo "Container ${CONTAINER_NAME} logs:"
grey_start
docker logs "${CONTAINER_NAME}"