This commit is contained in:
Your Name
2025-05-17 17:51:02 +12:00
parent fa5a41fb34
commit 096dc20a64
48 changed files with 70 additions and 69 deletions

View File

@ -1,8 +1,8 @@
#!/bin/bash
source "${AGENT_PATH}/_common.sh"
source "${AGENT_PATH}/common.sh"
_check_required_env_vars "IMAGE_REGISTRY" "IMAGE_REPO" "IMAGE_TAG" "CONTAINER_NAME" "LOCAL_DATA_FOLDER"
autocreate path=$LOCAL_DATA_FOLDER || _die "Failed to create local data folder"
datacreate path=$LOCAL_DATA_FOLDER || _die "Failed to create local data folder"
# Test Docker
_check_docker_installed || _die "Docker test failed, aborting installation..."