This commit is contained in:
2026-03-24 20:36:37 +00:00
parent 1528979366
commit d703d7e153
2 changed files with 7 additions and 3 deletions
+3 -3
View File
@@ -4,13 +4,13 @@ set -e
#-----------------------------------------------------------------------------------------------
# --------------------------- Core Rsync Script for Unraid -------------------------------------
#-----------------------------------------------------------------------------------------------
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
source "$SCRIPT_DIR/../common.sh"
# Load Master.conf and detect remote server
# Load config
load_master_conf
detect_remote
# Parse arguments, etc...
#-----------------------------------------------------------------------------------------------
# --------------------------- Input Arguments --------------------------------------------------