test
This commit is contained in:
+8
-4
@@ -8,11 +8,15 @@ set -e
|
||||
# ----------------------------------------------------------------------------------------------
|
||||
|
||||
# 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)
|
||||
source "$SCRIPT_DIR/../Master.conf"
|
||||
source "$SCRIPT_DIR/../common.sh"
|
||||
SCRIPT_DIR="$PROJECT_ROOT/Rsync"
|
||||
|
||||
# ----------------------------------------------------------------------------------------------
|
||||
# Load configs & helpers (FIXED PATHS)
|
||||
# ----------------------------------------------------------------------------------------------
|
||||
source "$PROJECT_ROOT/Master.conf"
|
||||
source "$PROJECT_ROOT/common.sh"
|
||||
|
||||
# ----------------------------------------------------------------------------------------------
|
||||
# Init
|
||||
|
||||
Reference in New Issue
Block a user