test
This commit is contained in:
+8
-4
@@ -8,11 +8,15 @@ set -e
|
|||||||
# ----------------------------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
# Resolve script directory (Unraid-safe /tmp compatible)
|
# Resolve script directory (Unraid-safe /tmp compatible)
|
||||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
PROJECT_ROOT="/mnt/user/appdata/unraid_scripts"
|
||||||
|
|
||||||
# Load configs & helpers (UNCHANGED INTENT)
|
SCRIPT_DIR="$PROJECT_ROOT/Rsync"
|
||||||
source "$SCRIPT_DIR/../Master.conf"
|
|
||||||
source "$SCRIPT_DIR/../common.sh"
|
# ----------------------------------------------------------------------------------------------
|
||||||
|
# Load configs & helpers (FIXED PATHS)
|
||||||
|
# ----------------------------------------------------------------------------------------------
|
||||||
|
source "$PROJECT_ROOT/Master.conf"
|
||||||
|
source "$PROJECT_ROOT/common.sh"
|
||||||
|
|
||||||
# ----------------------------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------------------------
|
||||||
# Init
|
# Init
|
||||||
|
|||||||
Reference in New Issue
Block a user