Update 16 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 26s

This commit is contained in:
Your Name
2025-08-30 18:33:10 +12:00
parent 5858b4e048
commit 014104df35
16 changed files with 35 additions and 16 deletions

View File

@@ -1,7 +1,8 @@
#!/bin/bash
# shellcheck disable=SC1091
source "${AGENT_PATH}/common.sh"
source "$(dirname "$0")/_paths.sh"
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
source "${SCRIPT_DIR}/_paths.sh"
_check_required_env_vars "LOCAL_DATA_FOLDER" "BACKUP_FILE" "TEMP_DIR" "CONTAINER_NAME"
# Nginx Example Backup Script