Your Name 3d9b1fa6d2 .
2025-05-03 23:18:52 +12:00

13 lines
312 B
Bash

#!/bin/bash
source "${AGENT_PATH}/_common.sh"
check_required_env_vars
# STOP SCRIPT
# The stop script is required for all templates.
# It is used to stop the service on the server.
_stop_container $CONTAINER_NAME || die "Failed to stop container ${CONTAINER_NAME}"
echo "Container ${CONTAINER_NAME} stopped"