Update scripts.

This commit is contained in:
Your Name
2025-05-04 22:35:51 +12:00
parent 3460224e29
commit bbd7c635a8
15 changed files with 17 additions and 38 deletions

View File

@ -4,10 +4,6 @@ _check_required_env_vars "CONTAINER_NAME" "IMAGE_REGISTRY" "IMAGE_REPO" "IMAGE_T
# Watchtower Install Script
# Load service environment variables
source ./service.env
echo "Checking Docker installation..."
_check_docker_installed || _die "Docker test failed, aborting installation..."