This commit is contained in:
Your Name
2025-04-21 18:18:53 +12:00
parent 2d780eaffa
commit 1a4b82b361
2 changed files with 30 additions and 6 deletions

View File

@ -1,11 +1,6 @@
#!/bin/bash
# Source common functions
source "$(dirname "$0")/_dockerhelper.sh"
source "$(dirname "$0")/_common.sh"
# Load environment variables
load_env "$1" || exit 1
load_env "$1" || die "Failed to load environment variables"
# check if the service is running
_is_container_running $CONTAINER_NAME || die "Service is not running - did not find container $CONTAINER_NAME."